Home
last modified time | relevance | path

Searched refs:DesEncrypt (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_3des_cipher_test.cpp73 static int32_t DesEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in DesEncrypt() function
255 ret = DesEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen);
302 ret = DesEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen);
350 ret = DesEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen);
402 ret = DesEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen);
453 ret = DesEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen);
502 ret = DesEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen);
553 ret = DesEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen);
1456 ret = DesEncrypt(cipher, key, &(ivSpec.base), cipherText, &cipherTextLen);
1497 ret = DesEncrypt(cipher, key, &(ivSpec.base), cipherText, &cipherTextLen);
[all …]