Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dxp_ssl.c102 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
313 fingerprint = php_openssl_x509_fingerprint(peer, method, 0); in php_openssl_x509_fingerprint_cmp()
H A Dopenssl.c2134 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw) in php_openssl_x509_fingerprint() function
2180 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()

Completed in 29 milliseconds