Home
last modified time | relevance | path

Searched refs:DesDecrypt (Results 1 - 1 of 1) sorted by relevance

/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_3des_cipher_test.cpp116 static int32_t DesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in DesDecrypt() function
261 ret = DesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
263 LOGE("DesDecrypt failed! %d", ret); in HWTEST_F()
308 ret = DesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
310 LOGE("DesDecrypt failed! %d", ret); in HWTEST_F()
356 ret = DesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
358 LOGE("DesDecrypt failed! %d", ret); in HWTEST_F()
408 ret = DesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
410 LOGE("DesDecrypt failed! %d", ret); in HWTEST_F()
458 ret = DesDecrypt(ciphe in HWTEST_F()
[all...]

Completed in 2 milliseconds