Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp49 constexpr int REMOTE_CERT_LEN = 8192; variable
1112 char data[REMOTE_CERT_LEN] = {0}; in GetRemoteCertificateFromPeer()
1113 if (!BIO_read(bio, data, REMOTE_CERT_LEN)) { in GetRemoteCertificateFromPeer()
H A Dtls_socket.cpp42 constexpr int REMOTE_CERT_LEN = 8192; variable
1866 char data[REMOTE_CERT_LEN] = {0}; in GetRemoteCertificateFromPeer()
1867 if (!BIO_read(bio, data, REMOTE_CERT_LEN)) { in GetRemoteCertificateFromPeer()