Home
last modified time | relevance | path

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

/third_party/grpc/test/core/tsi/
Dssl_session_cache_test.cc47 static int ex_data_id = SSL_SESSION_get_ex_new_index( in NewSession()
/third_party/openssl/doc/man7/
Dssl.pod432 =item int B<SSL_SESSION_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_…
/third_party/openssl/include/openssl/
Dssl.h2017 #define SSL_SESSION_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h246 #define SSL_SESSION_get_ex_new_index BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_SESSION_get_ex_new_… macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c1072 tls_ex_idx_session = SSL_SESSION_get_ex_new_index( in tls_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c1082 tls_ex_idx_session = SSL_SESSION_get_ex_new_index( in tls_init()