Searched refs:ivData (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_cipher.c | 495 ret = TestConstuctBlob(encryptStruct->ivData, true, ivSize, true, ivSize);
in Encrypt() 513 encryptStruct->cipherParms->setIv, *(encryptStruct->ivData),
in Encrypt() 564 decryptStruct->cipherParms->decryptParamSetParams.setIv, decryptStruct->ivData,
in DecryptCipher() 599 ret = TestConstuctBlob(onlyDecryptStruct->ivData, true, ivSize, true, ivSize);
in Decrypt() 617 onlyDecryptStruct->cipherParms->setIv, *(onlyDecryptStruct->ivData),
in Decrypt() 651 struct HksBlob *ivData = NULL;
in BaseTestCipher() local 657 plainData, cipherData, &ivData, &nonceData, &aadData, performTimes
in BaseTestCipher() 666 &decryptedData, ivData, nonceData, aadData, performTimes
in BaseTestCipher() 681 TestFreeBlob(&ivData);
in BaseTestCipher() 715 struct HksBlob *ivData in BaseTestEncrypt() local 767 struct HksBlob *ivData = NULL; BaseTestDecrypt() local [all...] |
/test/xts/acts/security_lite/huks/common/include/ |
H A D | hks_test_cipher.h | 26 struct HksBlob **ivData; member 37 struct HksBlob **ivData; member 48 struct HksBlob *ivData; member
|
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 113 uint8_t ivData[KEY_DATA_LEN] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x10}; in Test_AVCencInfo_SetKeyIdAndIv() local 125 iv_ptr = ivData; in Test_AVCencInfo_SetKeyIdAndIv() 239 uint8_t ivData[KEY_DATA_LEN] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x10}; in Test_AVCencInfo_SetAVBuffer() local 247 OH_AVErrCode ret2 = OH_AVCencInfo_SetKeyIdAndIv(handle, keyIdData, KEY_DATA_LEN, ivData, KEY_DATA_LEN); in Test_AVCencInfo_SetAVBuffer()
|
Completed in 3 milliseconds