Searched refs:REMOTE_CERT_LEN (Results 1 – 2 of 2) sorted by relevance
49 constexpr int REMOTE_CERT_LEN = 8192; variable1112 char data[REMOTE_CERT_LEN] = {0}; in GetRemoteCertificateFromPeer()1113 if (!BIO_read(bio, data, REMOTE_CERT_LEN)) { in GetRemoteCertificateFromPeer()
42 constexpr int REMOTE_CERT_LEN = 8192; variable1866 char data[REMOTE_CERT_LEN] = {0}; in GetRemoteCertificateFromPeer()1867 if (!BIO_read(bio, data, REMOTE_CERT_LEN)) { in GetRemoteCertificateFromPeer()