Home
last modified time | relevance | path

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

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dhks_aes_cipher_mt.cpp459 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
Dhks_aes_encrypt_mt.cpp467 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
Dhks_aes_decrypt_mt.cpp470 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
Dhks_aes_key_mt.cpp466 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
/base/security/huks/test/reliability/src/
Dpressure_test.cpp664 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
1147 HksBlob plainTextDecrypt = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
Dapi_pressure_test.cpp715 HksBlob plainTextDecrypt = { .size = *inLen, .data = (uint8_t *)HksMalloc(*inLen) }; in DecryptTest() local
838 … HksBlob plainTextDecrypt = { .size = CIPHER_SIZE, .data = (uint8_t *)HksMalloc(CIPHER_SIZE) }; in CipherScene() local