Home
last modified time | relevance | path

Searched refs:encryptStructTest (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp47 encryptStructTest->cipherParms->setAlg, encryptStructTest->cipherParms->alg, in EncryptTest()
48 encryptStructTest->cipherParms->setPurpose, encryptStructTest->cipherParms->purpose, in EncryptTest()
49 encryptStructTest->cipherParms->setDigest, encryptStructTest->cipherParms->digest, in EncryptTest()
50 encryptStructTest->cipherParms->setPadding, encryptStructTest->cipherParms->padding in EncryptTest()
72 encryptStructTest->cipherParms->setAlg, encryptStructTest->cipherParms->alg, in EncryptTest()
73 encryptStructTest->cipherParms->setPurpose, encryptStructTest->cipherParms->purpose, in EncryptTest()
75 encryptStructTest->cipherParms->setBlockMode, encryptStructTest->cipherParms->mode, in EncryptTest()
76 encryptStructTest->cipherParms->setIv, *(encryptStructTest->ivData), in EncryptTest()
77 encryptStructTest->cipherParms->setNonce, *(encryptStructTest->nonceData), in EncryptTest()
78 encryptStructTest->cipherParms->setAad, *(encryptStructTest->aadData), in EncryptTest()
[all …]