Home
last modified time | relevance | path

Searched defs:enMessageLast (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_aes_encrypt.cpp377 HksBlob enMessageLast = { .size = lastLen, .data = (uint8_t *)HksMalloc(lastLen) }; in RunTestEncrypt() local
397 HksBlob enMessageLast = { .size = 0, .data = nullptr }; in RunTestEncrypt() local
H A Dhks_crypto_hal_aes_cipher.cpp527 HksBlob enMessageLast = { .size = lastLen, .data = (uint8_t *)HksMalloc(lastLen) }; in RunTestEncrypt() local
545 HksBlob enMessageLast = { .size = 0, .data = nullptr }; in RunTestEncrypt() local