Home
last modified time | relevance | path

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

/PHP-8.3/ext/phar/
H A Dutil.c1509 const EVP_MD *mdtype; in phar_verify_signature() local
1513 mdtype = EVP_sha512(); in phar_verify_signature()
1515 mdtype = EVP_sha256(); in phar_verify_signature()
1517 mdtype = EVP_sha1(); in phar_verify_signature()
1588 if (!md_ctx || !EVP_VerifyInit(md_ctx, mdtype)) { in phar_verify_signature()
1863 const EVP_MD *mdtype; in phar_create_signature() local
1866 mdtype = EVP_sha512(); in phar_create_signature()
1868 mdtype = EVP_sha256(); in phar_create_signature()
1870 mdtype = EVP_sha1(); in phar_create_signature()
1904 if (!EVP_SignInit(md_ctx, mdtype)) { in phar_create_signature()
/PHP-8.3/ext/openssl/
H A Dopenssl.c1135 EVP_MD *mdtype; in php_openssl_get_evp_md_from_algo() local
1180 return mdtype; in php_openssl_get_evp_md_from_algo()
1580 const EVP_MD *mdtype; in PHP_FUNCTION() local
1599 if (!mdtype) { in PHP_FUNCTION()
1874 const EVP_MD *mdtype; in php_openssl_x509_fingerprint() local
6915 const EVP_MD *mdtype; in PHP_FUNCTION() local
6938 if (!mdtype) { in PHP_FUNCTION()
6972 const EVP_MD *mdtype; in PHP_FUNCTION() local
6995 if (!mdtype) { in PHP_FUNCTION()
7332 const EVP_MD *mdtype; in PHP_FUNCTION() local
[all …]

Completed in 35 milliseconds