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() local167 uint8_t ivData[IV_SIZE] = { 0 }; variable457 uint8_t ivData[IV_SIZE] = { 0 }; variable493 uint8_t ivData[IV_SIZE] = { 0 }; variable529 uint8_t ivData[IV_SIZE] = { 0 }; variable1114 uint8_t ivData[16] = {}; variable1142 uint8_t ivData[16] = {}; variable1169 uint8_t ivData[16] = {}; variable1715 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