fingerprint      1812 ext/openssl/openssl.c 	char *fingerprint;
fingerprint      1825 ext/openssl/openssl.c 	if (php_openssl_x509_fingerprint(cert, method, raw_output, &fingerprint, &fingerprint_len TSRMLS_CC) == SUCCESS) {
fingerprint      1826 ext/openssl/openssl.c 		RETVAL_STRINGL(fingerprint, fingerprint_len, 0);
fingerprint       273 ext/openssl/xp_ssl.c 	char *fingerprint;
fingerprint       277 ext/openssl/xp_ssl.c 	if (php_openssl_x509_fingerprint(peer, method, 0, &fingerprint, &fingerprint_len TSRMLS_CC) == SUCCESS) {
fingerprint       278 ext/openssl/xp_ssl.c 		result = strcasecmp(expected, fingerprint);
fingerprint       279 ext/openssl/xp_ssl.c 		efree(fingerprint);