Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c7437 key_len = EVP_CIPHER_key_length(cipher_type); in php_openssl_cipher_init()
7520 const EVP_CIPHER *cipher_type; in php_openssl_encrypt() local
7533 cipher_type = EVP_get_cipherbyname(method); in php_openssl_encrypt()
7534 if (!cipher_type) { in php_openssl_encrypt()
7633 const EVP_CIPHER *cipher_type; in php_openssl_decrypt() local
7647 cipher_type = EVP_get_cipherbyname(method); in php_openssl_decrypt()
7648 if (!cipher_type) { in php_openssl_decrypt()
7731 const EVP_CIPHER *cipher_type; in php_openssl_cipher_iv_length() local
7733 cipher_type = EVP_get_cipherbyname(method); in php_openssl_cipher_iv_length()
7734 if (!cipher_type) { in php_openssl_cipher_iv_length()
[all …]

Completed in 54 milliseconds