Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c7120 key_len = EVP_CIPHER_key_length(cipher_type); in php_openssl_cipher_init()
7203 const EVP_CIPHER *cipher_type; in php_openssl_encrypt() local
7216 cipher_type = EVP_get_cipherbyname(method); in php_openssl_encrypt()
7217 if (!cipher_type) { in php_openssl_encrypt()
7316 const EVP_CIPHER *cipher_type; in php_openssl_decrypt() local
7330 cipher_type = EVP_get_cipherbyname(method); in php_openssl_decrypt()
7331 if (!cipher_type) { in php_openssl_decrypt()
7414 const EVP_CIPHER *cipher_type; in php_openssl_cipher_iv_length() local
7416 cipher_type = EVP_get_cipherbyname(method); in php_openssl_cipher_iv_length()
7417 if (!cipher_type) { in php_openssl_cipher_iv_length()
[all …]

Completed in 20 milliseconds