Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dutil.c1500 const EVP_MD *mdtype; in phar_verify_signature() local
1504 mdtype = EVP_sha512(); in phar_verify_signature()
1506 mdtype = EVP_sha256(); in phar_verify_signature()
1508 mdtype = EVP_sha1(); in phar_verify_signature()
1579 if (!md_ctx || !EVP_VerifyInit(md_ctx, mdtype)) { in phar_verify_signature()
1854 const EVP_MD *mdtype; in phar_create_signature() local
1857 mdtype = EVP_sha512(); in phar_create_signature()
1859 mdtype = EVP_sha256(); in phar_create_signature()
1861 mdtype = EVP_sha1(); in phar_create_signature()
1895 if (!EVP_SignInit(md_ctx, mdtype)) { in phar_create_signature()
/php-src/ext/openssl/
H A Dopenssl.c1136 EVP_MD *mdtype; in php_openssl_get_evp_md_from_algo() local
1181 return mdtype; in php_openssl_get_evp_md_from_algo()
1581 const EVP_MD *mdtype; in PHP_FUNCTION() local
1600 if (!mdtype) { in PHP_FUNCTION()
1875 const EVP_MD *mdtype; in php_openssl_x509_fingerprint() local
6952 const EVP_MD *mdtype; in PHP_FUNCTION() local
6975 if (!mdtype) { in PHP_FUNCTION()
7009 const EVP_MD *mdtype; in PHP_FUNCTION() local
7032 if (!mdtype) { in PHP_FUNCTION()
7369 const EVP_MD *mdtype; in PHP_FUNCTION() local
[all …]

Completed in 29 milliseconds