Searched refs:method_long (Results 1 – 1 of 1) sorted by relevance
7139 zend_long method_long = OPENSSL_ALGO_SHA1; local7148 Z_PARAM_STR_OR_LONG(method_str, method_long)7162 mdtype = php_openssl_get_evp_md_from_algo(method_long);7164 if (!mdtype && (!can_default_digest || method_long != 0)) {7212 zend_long method_long = OPENSSL_ALGO_SHA1; local7220 Z_PARAM_STR_OR_LONG(method_str, method_long)7228 mdtype = php_openssl_get_evp_md_from_algo(method_long);7230 if (!mdtype && (!can_default_digest || method_long != 0)) {
Completed in 22 milliseconds