Searched refs:cipher_type (Results 1 – 1 of 1) sorted by relevance
7636 const EVP_CIPHER *cipher_type; in php_openssl_encrypt() local7649 cipher_type = EVP_get_cipherbyname(method); in php_openssl_encrypt()7650 if (!cipher_type) { in php_openssl_encrypt()7749 const EVP_CIPHER *cipher_type; in php_openssl_decrypt() local7763 cipher_type = EVP_get_cipherbyname(method); in php_openssl_decrypt()7764 if (!cipher_type) { in php_openssl_decrypt()7847 const EVP_CIPHER *cipher_type; in php_openssl_get_evp_cipher_by_name() local7850 if (!cipher_type) { in php_openssl_get_evp_cipher_by_name()7855 return cipher_type; in php_openssl_get_evp_cipher_by_name()7862 return cipher_type == NULL ? -1 : EVP_CIPHER_iv_length(cipher_type); in php_openssl_cipher_iv_length()[all …]
Completed in 34 milliseconds