Searched defs:ivData (Results 1 – 10 of 10) sorted by relevance
23 struct HksBlob **ivData; member34 struct HksBlob *ivData; member
213 struct HksBlob *ivData = NULL; in BaseTestCipher() local281 struct HksBlob *ivData = NULL; in BaseTestEncrypt() local333 struct HksBlob *ivData = NULL; in BaseTestDecrypt() local
76 struct HksBlob *ivData = NULL; in BaseTestCipherProcess() local157 struct HksBlob *ivData = NULL; in LITE_TEST_CASE() local
92 struct HksBlob *ivData = NULL; in BaseTestCipher() local152 struct HksBlob *ivData = NULL; variable
26 struct HksBlob **ivData; member
64 uint8_t ivData[16] = {}; in initDlpFileCiper() local170 uint8_t ivData[IV_SIZE] = { 0 }; variable460 uint8_t ivData[IV_SIZE] = { 0 }; variable496 uint8_t ivData[IV_SIZE] = { 0 }; variable532 uint8_t ivData[IV_SIZE] = { 0 }; variable1117 uint8_t ivData[16] = {}; variable1145 uint8_t ivData[16] = {}; variable1172 uint8_t ivData[16] = {}; variable1718 uint8_t ivData[16] = {}; variable
51 uint8_t ivData[16] = {}; in initDlpFileCiper() local
2093 uint8_t ivData[8] = {0}; variable
153 Crypto_DataBlob ivData = { .data = iv, .len = sizeof(iv) }; variable