Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c7624 EVP_CIPHER_CTX *cipher_ctx; in php_openssl_encrypt() local
7642 cipher_ctx = EVP_CIPHER_CTX_new(); in php_openssl_encrypt()
7643 if (!cipher_ctx) { in php_openssl_encrypt()
7700 EVP_CIPHER_CTX_reset(cipher_ctx); in php_openssl_encrypt()
7701 EVP_CIPHER_CTX_free(cipher_ctx); in php_openssl_encrypt()
7737 EVP_CIPHER_CTX *cipher_ctx; in php_openssl_decrypt() local
7756 cipher_ctx = EVP_CIPHER_CTX_new(); in php_openssl_decrypt()
7757 if (!cipher_ctx) { in php_openssl_decrypt()
7768 EVP_CIPHER_CTX_free(cipher_ctx); in php_openssl_decrypt()
7801 EVP_CIPHER_CTX_reset(cipher_ctx); in php_openssl_decrypt()
[all …]

Completed in 20 milliseconds