Searched defs:cipherData (Results 1 – 10 of 10) sorted by relevance
25 struct HksBlob *cipherData; member35 struct HksBlob *cipherData; member46 struct HksBlob *cipherData; member
601 struct HksBlob *cipherData = NULL; in BaseTestCipher() local668 struct HksBlob *cipherData = NULL; in BaseTestEncrypt() local719 struct HksBlob *cipherData = NULL; in BaseTestDecrypt() local
256 struct HksBlob *cipherData = NULL; in BaseTestCipher() local317 struct HksBlob *cipherData = NULL; variable
34 CipherData *cipherData; member69 static HcfResult InitCipherData(enum HcfCryptoMode opMode, CipherData **cipherData) in InitCipherData()
41 CipherData *cipherData; member337 HcfParamsSpec *params, CipherData **cipherData) in InitCipherData()
261 struct HksBlob *cipherData = NULL; in BaseTestCipherProcess() local322 struct HksBlob *cipherData = NULL; variable
249 struct HksBlob *cipherData = NULL; in BaseTestCipherProcess() local328 struct HksBlob *cipherData = NULL; in LITE_TEST_CASE() local
762 static int32_t DoDecrpyt(const struct HksBlob *keyAlias, const struct HksBlob *cipherData, const st… in DoDecrpyt()