Searched refs:mdtype (Results 1 – 2 of 2) sorted by relevance
1153 EVP_MD *mdtype; in php_openssl_get_evp_md_from_algo() local1160 mdtype = (EVP_MD *) EVP_md5(); in php_openssl_get_evp_md_from_algo()1198 return mdtype; in php_openssl_get_evp_md_from_algo()1607 const EVP_MD *mdtype; in PHP_FUNCTION() local1626 if (!mdtype) { in PHP_FUNCTION()1899 const EVP_MD *mdtype; in php_openssl_x509_fingerprint() local7140 const EVP_MD *mdtype; local7206 const EVP_MD *mdtype; local7572 const EVP_MD *mdtype; local7581 if (!mdtype) {[all …]
1534 const EVP_MD *mdtype; in phar_verify_signature() local1538 mdtype = EVP_sha512(); in phar_verify_signature()1540 mdtype = EVP_sha256(); in phar_verify_signature()1542 mdtype = EVP_sha1(); in phar_verify_signature()1613 if (!md_ctx || !EVP_VerifyInit(md_ctx, mdtype)) { in phar_verify_signature()1888 const EVP_MD *mdtype; in phar_create_signature() local1891 mdtype = EVP_sha512(); in phar_create_signature()1893 mdtype = EVP_sha256(); in phar_create_signature()1895 mdtype = EVP_sha1(); in phar_create_signature()1929 if (!EVP_SignInit(md_ctx, mdtype)) { in phar_create_signature()
Completed in 24 milliseconds