Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DDTLS.cpp32 static int gDTLSInstanceIndex; variable
43 gDTLSInstanceIndex = SSL_get_ex_new_index( in Init()
110 SSL_set_ex_data(mSSL, gDTLSInstanceIndex, this); in DTLS()
158 DTLS *me = static_cast<DTLS *>(SSL_get_ex_data(ssl, gDTLSInstanceIndex)); in OnVerifyPeerCertificate()