Searched refs:fingerprint (Results 1 – 7 of 7) sorted by relevance
64 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…71 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…78 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…87 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
2 Testing peer fingerprint on connection
330 zend_string *fingerprint; in php_openssl_x509_fingerprint_cmp() local333 fingerprint = php_openssl_x509_fingerprint(peer, method, 0); in php_openssl_x509_fingerprint_cmp()334 if (fingerprint) { in php_openssl_x509_fingerprint_cmp()335 result = strcasecmp(expected, ZSTR_VAL(fingerprint)); in php_openssl_x509_fingerprint_cmp()336 zend_string_release_ex(fingerprint, 0); in php_openssl_x509_fingerprint_cmp()
1985 zend_string *fingerprint; in PHP_FUNCTION() local2000 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()2001 if (fingerprint) { in PHP_FUNCTION()2002 RETVAL_STR(fingerprint); in PHP_FUNCTION()
460 `gpg --fingerprint "$USER@php.net"`. Let one or more of the previous RMs
13124 # fingerprint: file(1) magic for fingerprint data13130 0 string FP1 libfprint fingerprint data V113134 0 string FP2 libfprint fingerprint data V217567 # Wavelet Scalar Quantization format used in gray-scale fingerprint images
Completed in 133 milliseconds