Searched refs:cipher_type (Results 1 – 1 of 1) sorted by relevance
7437 key_len = EVP_CIPHER_key_length(cipher_type); in php_openssl_cipher_init()7520 const EVP_CIPHER *cipher_type; in php_openssl_encrypt() local7533 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() local7647 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() local7733 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 24 milliseconds