Searched refs:DesNoUpdateDecrypt (Results 1 - 1 of 1) sorted by relevance
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_3des_cipher_test.cpp | 193 static int32_t DesNoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in DesNoUpdateDecrypt() function 862 ret = DesNoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F() 864 LOGE("DesNoUpdateDecrypt failed! %d", ret); in HWTEST_F() 909 ret = DesNoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F() 911 LOGE("DesNoUpdateDecrypt failed! %d", ret); in HWTEST_F() 957 ret = DesNoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F() 959 LOGE("DesNoUpdateDecrypt failed! %d", ret); in HWTEST_F() 1009 ret = DesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F() 1011 LOGE("DesNoUpdateDecrypt failed! %d", ret); in HWTEST_F() 1060 ret = DesNoUpdateDecrypt(ciphe in HWTEST_F() [all...] |
Completed in 3 milliseconds