Home
last modified time | relevance | path

Searched defs:messageLast (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_aes_decrypt.cpp392 HksBlob messageLast = { .size = lastLen, .data = (uint8_t *)HksMalloc(lastLen) }; in RunTestAesDecrypt() local
440 HksBlob messageLast = { .size = lastLen, .data = (uint8_t *)HksMalloc(lastLen) }; in RunTestAesGcmDecrypt() local
H A Dhks_crypto_hal_aes_cipher.cpp580 HksBlob messageLast = { .size = lastLen, .data = (uint8_t *)HksMalloc(lastLen) }; in RunTestDecrypt() local
677 HksBlob messageLast = { .size = lastLen, .data = (uint8_t *)HksMalloc(lastLen) }; in RunTestGcmDecrypt() local
H A Dhks_crypto_hal_api_openssl.cpp735 HksBlob messageLast = { .size = 0, .data = nullptr }; variable
846 HksBlob messageLast = { .size = 0, .data = nullptr }; variable