Searched refs:DesNoUpdateEncrypt (Results 1 - 1 of 1) sorted by relevance
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_3des_cipher_test.cpp | 163 static int32_t DesNoUpdateEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in DesNoUpdateEncrypt() function 856 ret = DesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 858 LOGE("DesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 903 ret = DesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 905 LOGE("DesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 951 ret = DesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 953 LOGE("DesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 1003 ret = DesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 1005 LOGE("DesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 1054 ret = DesNoUpdateEncrypt(ciphe in HWTEST_F() [all...] |
Completed in 3 milliseconds