Home
last modified time | relevance | path

Searched defs:plainTextDecrypt (Results 1 – 6 of 6) sorted by relevance

/base/security/huks/interfaces/innerkits/huks_standard/test/moduletest/src/
Dhks_aes_cipher_mt.cpp449 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
Dhks_aes_encrypt_mt.cpp460 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
Dhks_aes_decrypt_mt.cpp463 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
Dhks_aes_key_mt.cpp459 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
/base/security/huks/test/stability/src/
Dpressure_test.cpp649 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
1113 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
Dapi_pressure_test.cpp708 HksBlob plainTextDecrypt = { .size = *inLen, .data = (uint8_t *)HksMalloc(*inLen) }; in DecryptTest() local
824 … HksBlob plainTextDecrypt = { .size = CIPHER_SIZE, .data = (uint8_t *)HksMalloc(CIPHER_SIZE) }; in CipherScene() local