Searched refs:cipher_type (Results 1 – 1 of 1) sorted by relevance
6364 switch (EVP_CIPHER_mode(cipher_type)) { in php_openssl_load_cipher_mode()6481 key_len = EVP_CIPHER_key_length(cipher_type); in php_openssl_cipher_init()6562 const EVP_CIPHER *cipher_type; in PHP_FUNCTION() local6579 cipher_type = EVP_get_cipherbyname(method); in PHP_FUNCTION()6580 if (!cipher_type) { in PHP_FUNCTION()6660 const EVP_CIPHER *cipher_type; in PHP_FUNCTION() local6683 cipher_type = EVP_get_cipherbyname(method); in PHP_FUNCTION()6684 if (!cipher_type) { in PHP_FUNCTION()6745 const EVP_CIPHER *cipher_type; in PHP_FUNCTION() local6756 cipher_type = EVP_get_cipherbyname(method); in PHP_FUNCTION()[all …]
Completed in 19 milliseconds