Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_common.cc129 const SSL_CIPHER* curr_cipher = SSL_get_current_cipher(ssl.get()); in VerifyPeerCertificate() local
134 if (SSL_CIPHER_get_auth_nid(curr_cipher) == NID_auth_psk || in VerifyPeerCertificate()