Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c1119 EVP_MD *mdtype; in php_openssl_get_evp_md_from_algo() local
1164 return mdtype; in php_openssl_get_evp_md_from_algo()
1653 const EVP_MD *mdtype; in PHP_FUNCTION() local
1672 if (!mdtype) { in PHP_FUNCTION()
1950 const EVP_MD *mdtype; in php_openssl_x509_fingerprint() local
6827 const EVP_MD *mdtype; in PHP_FUNCTION() local
6850 if (!mdtype) { in PHP_FUNCTION()
6884 const EVP_MD *mdtype; in PHP_FUNCTION() local
6907 if (!mdtype) { in PHP_FUNCTION()
7244 const EVP_MD *mdtype; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/phar/
H A Dutil.c1499 const EVP_MD *mdtype; in phar_verify_signature() local
1503 mdtype = EVP_sha512(); in phar_verify_signature()
1505 mdtype = EVP_sha256(); in phar_verify_signature()
1507 mdtype = EVP_sha1(); in phar_verify_signature()
1582 if (!md_ctx || !EVP_VerifyInit(md_ctx, mdtype)) { in phar_verify_signature()
1857 const EVP_MD *mdtype; in phar_create_signature() local
1860 mdtype = EVP_sha512(); in phar_create_signature()
1862 mdtype = EVP_sha256(); in phar_create_signature()
1864 mdtype = EVP_sha1(); in phar_create_signature()
1891 if (!EVP_SignInit(md_ctx, mdtype)) { in phar_create_signature()

Completed in 28 milliseconds