Searched defs:cipherData (Results 1 – 3 of 3) sorted by relevance
| /test/xts/acts/security/crypto_framework_napi_BasicTest/src/ |
| D | crypto_framework_asym_cipher_test.cpp | 77 Crypto_CipherMode mode, const Crypto_DataBlob *msg, Crypto_DataBlob *cipherData) in OHTEST_DoAsymCipher() 99 Crypto_DataBlob cipherData = {.data = nullptr, .len = 0}; in OHTEST_DoSegmentAsymCipher() local 393 Crypto_DataBlob cipherData = {.data = nullptr, .len = 0}; variable 444 Crypto_DataBlob cipherData = {.data = nullptr, .len = 2048 * 1024}; variable 477 Crypto_DataBlob cipherData = {.data = nullptr, .len = 0}; in OHTEST_DoSM2EncryptCipher() local 520 Crypto_DataBlob cipherData = {.data = nullptr, .len = 0}; in OHTEST_DoSM2DecryptCipher() local 562 Crypto_DataBlob cipherData = {.data = nullptr, .len = 2048}; variable 602 Crypto_DataBlob cipherData = {.data = nullptr, .len = 0}; variable 640 Crypto_DataBlob cipherData = {.data = nullptr, .len = 0}; variable 677 Crypto_DataBlob cipherData = {.data = nullptr, .len = 0}; variable [all …]
|
| /test/xts/acts/security_lite/huks/common/include/ |
| D | hks_test_cipher.h | 25 struct HksBlob *cipherData; member 35 struct HksBlob *cipherData; member 46 struct HksBlob *cipherData; member
|
| /test/xts/acts/security_lite/huks/common/ |
| D | hks_test_cipher.c | 647 struct HksBlob *cipherData = NULL; in BaseTestCipher() local 710 struct HksBlob *cipherData = NULL; in BaseTestEncrypt() local 761 struct HksBlob *cipherData = NULL; in BaseTestDecrypt() local
|