Searched refs:encryptStruct (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_modify_key_test_func.cpp | 58 encryptStruct->cipherParms->paramSetExist, in Encrypt() 59 encryptStruct->cipherParms->setAlg, encryptStruct->cipherParms->alg, in Encrypt() 60 encryptStruct->cipherParms->setPurpose, encryptStruct->cipherParms->purpose, in Encrypt() 61 encryptStruct->cipherParms->setPadding, encryptStruct->cipherParms->padding, in Encrypt() 62 encryptStruct->cipherParms->setBlockMode, encryptStruct->cipherParms->mode, in Encrypt() 63 encryptStruct->cipherParms->setIv, *(encryptStruct->ivData), in Encrypt() 64 encryptStruct->cipherParms->setNonce, *(encryptStruct->nonceData), in Encrypt() 65 encryptStruct->cipherParms->setAad, *(encryptStruct->aadData), in Encrypt() 66 encryptStruct->cipherParms->setIsKeyAlias, encryptStruct->cipherParms->isKeyAlias in Encrypt() 71 …ret = HksEncryptRun(encryptStruct->keyAlias, encryptParamSet, encryptStruct->plainData, encryptStr… in Encrypt() [all …]
|
H A D | hks_test_cipher_func.cpp | 285 struct CipherEncryptStructure encryptStruct = { in BaseTestEncrypt() local 289 ret = EncryptTest(&encryptStruct); in BaseTestEncrypt()
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/ |
H A D | hks_modify_key_test_c.h | 74 int32_t Encrypt(struct CipherEncryptStructure *encryptStruct);
|
H A D | hks_test_cipher_c.h | 394 int32_t EncryptTest(struct CipherEncryptStructure *encryptStruct);
|