Home
last modified time | relevance | path

Searched refs:cipher_ctx (Results 1 – 1 of 1) sorted by path

/PHP-8.1/ext/openssl/
H A Dopenssl.c7521 EVP_CIPHER_CTX *cipher_ctx; in php_openssl_encrypt() local
7539 cipher_ctx = EVP_CIPHER_CTX_new(); in php_openssl_encrypt()
7540 if (!cipher_ctx) { in php_openssl_encrypt()
7597 EVP_CIPHER_CTX_reset(cipher_ctx); in php_openssl_encrypt()
7598 EVP_CIPHER_CTX_free(cipher_ctx); in php_openssl_encrypt()
7634 EVP_CIPHER_CTX *cipher_ctx; in php_openssl_decrypt() local
7653 cipher_ctx = EVP_CIPHER_CTX_new(); in php_openssl_decrypt()
7654 if (!cipher_ctx) { in php_openssl_decrypt()
7665 EVP_CIPHER_CTX_free(cipher_ctx); in php_openssl_decrypt()
7698 EVP_CIPHER_CTX_reset(cipher_ctx); in php_openssl_decrypt()
[all …]

Completed in 25 milliseconds