Searched refs:php_openssl_x509_fingerprint (Results 1 – 2 of 2) sorted by relevance
156 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw);365 fingerprint = php_openssl_x509_fingerprint(peer, method, 0); in php_openssl_x509_fingerprint_cmp()
1873 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw) in php_openssl_x509_fingerprint() function1923 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()
Completed in 24 milliseconds