php_openssl_x509_fingerprint 1860 ext/openssl/openssl.c 	fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output);
php_openssl_x509_fingerprint  108 ext/openssl/xp_ssl.c extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
php_openssl_x509_fingerprint  314 ext/openssl/xp_ssl.c 	fingerprint = php_openssl_x509_fingerprint(peer, method, 0);