Home
last modified time | relevance | path

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

/src/tools/tools/crypto/
H A Dcryptocheck.c713 openssl_cipher(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, in openssl_cipher() function
835 if (!openssl_cipher(alg, cipher, key, iv, cleartext, ciphertext, size, in run_cipher_test()
843 if (!openssl_cipher(alg, cipher, key, iv, ciphertext, buffer, size, 0)) in run_cipher_test()
1003 if (!openssl_cipher(alg, cipher, cipher_key, iv, cleartext + aad_len, in run_eta_test()