fingerprint_len  1813 ext/openssl/openssl.c 	int fingerprint_len;
fingerprint_len  1825 ext/openssl/openssl.c 	if (php_openssl_x509_fingerprint(cert, method, raw_output, &fingerprint, &fingerprint_len TSRMLS_CC) == SUCCESS) {
fingerprint_len  1826 ext/openssl/openssl.c 		RETVAL_STRINGL(fingerprint, fingerprint_len, 0);
fingerprint_len   274 ext/openssl/xp_ssl.c 	int fingerprint_len;
fingerprint_len   277 ext/openssl/xp_ssl.c 	if (php_openssl_x509_fingerprint(peer, method, 0, &fingerprint, &fingerprint_len TSRMLS_CC) == SUCCESS) {