Home
last modified time | relevance | path

Searched refs:php_x509_fingerprint_cmp (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/openssl/
H A Dxp_ssl.c309 static int php_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_x509_fingerprint_cmp() function
338 return method && php_x509_fingerprint_cmp(peer, method, Z_STRVAL_P(val)) == 0; in php_x509_fingerprint_match()
353 if (php_x509_fingerprint_cmp(peer, ZSTR_VAL(key), Z_STRVAL_P(current)) != 0) { in php_x509_fingerprint_match()

Completed in 10 milliseconds