Searched refs:DesNoUpdateEncrypt (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/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); 903 ret = DesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); 951 ret = DesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); 1003 ret = DesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); 1054 ret = DesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); 1105 ret = DesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); 1156 ret = DesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); 1208 ret = DesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); 1259 ret = DesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); [all …]
|