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.c7637 EVP_CIPHER_CTX *cipher_ctx; in php_openssl_encrypt() local
7655 cipher_ctx = EVP_CIPHER_CTX_new(); in php_openssl_encrypt()
7656 if (!cipher_ctx) { in php_openssl_encrypt()
7713 EVP_CIPHER_CTX_reset(cipher_ctx); in php_openssl_encrypt()
7714 EVP_CIPHER_CTX_free(cipher_ctx); in php_openssl_encrypt()
7750 EVP_CIPHER_CTX *cipher_ctx; in php_openssl_decrypt() local
7769 cipher_ctx = EVP_CIPHER_CTX_new(); in php_openssl_decrypt()
7770 if (!cipher_ctx) { in php_openssl_decrypt()
7781 EVP_CIPHER_CTX_free(cipher_ctx); in php_openssl_decrypt()
7814 EVP_CIPHER_CTX_reset(cipher_ctx); in php_openssl_decrypt()
[all …]

Completed in 22 milliseconds