Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_test_common.cpp59 static int32_t HksAesCipherTestEncryptWithoutNonce(const struct HksBlob *keyAlias, in HksAesCipherTestEncryptWithoutNonce() function
267 …ret = HksAesCipherTestEncryptWithoutNonce(keyAlias, encryptParamSet, &inData, &cipherText, needAcc… in HksAesCipherTestCaseGcm3()
353 … ret = HksAesCipherTestEncryptWithoutNonce(keyAlias, encryptParamSet, &inData, &cipherText, false); in HksAesCipherTestCaseGcm4()
400 …int32_t ret = HksAesCipherTestEncryptWithoutNonce(keyAlias, encryptParamSet, inData, cipherText, f… in HksAesEncryptThreeStage()