Home
last modified time | relevance | path

Searched refs:mdtype (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/openssl/
H A Dopenssl.c1153 EVP_MD *mdtype; in php_openssl_get_evp_md_from_algo() local
1160 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() local
1626 if (!mdtype) { in PHP_FUNCTION()
1899 const EVP_MD *mdtype; in php_openssl_x509_fingerprint() local
7140 const EVP_MD *mdtype; local
7206 const EVP_MD *mdtype; local
7572 const EVP_MD *mdtype; local
7581 if (!mdtype) {
[all …]
/php-src/ext/phar/
H A Dutil.c1534 const EVP_MD *mdtype; in phar_verify_signature() local
1538 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() local
1891 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