Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c7623 const EVP_CIPHER *cipher_type; in php_openssl_encrypt() local
7636 cipher_type = EVP_get_cipherbyname(method); in php_openssl_encrypt()
7637 if (!cipher_type) { in php_openssl_encrypt()
7736 const EVP_CIPHER *cipher_type; in php_openssl_decrypt() local
7750 cipher_type = EVP_get_cipherbyname(method); in php_openssl_decrypt()
7751 if (!cipher_type) { in php_openssl_decrypt()
7834 const EVP_CIPHER *cipher_type; in php_openssl_get_evp_cipher_by_name() local
7837 if (!cipher_type) { in php_openssl_get_evp_cipher_by_name()
7842 return cipher_type; in php_openssl_get_evp_cipher_by_name()
7849 return cipher_type == NULL ? -1 : EVP_CIPHER_iv_length(cipher_type); in php_openssl_cipher_iv_length()
[all …]

Completed in 30 milliseconds