Searched refs:DesEncrypt (Results 1 - 1 of 1) sorted by relevance
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_3des_cipher_test.cpp | 73 static int32_t DesEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in DesEncrypt() function 255 ret = DesEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 257 LOGE("DesEncrypt failed! %d", ret); in HWTEST_F() 302 ret = DesEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 304 LOGE("DesEncrypt failed! %d", ret); in HWTEST_F() 350 ret = DesEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 352 LOGE("DesEncrypt failed! %d", ret); in HWTEST_F() 402 ret = DesEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 404 LOGE("DesEncrypt failed! %d", ret); in HWTEST_F() 453 ret = DesEncrypt(ciphe in HWTEST_F() [all...] |
Completed in 2 milliseconds