Home
last modified time | relevance | path

Searched defs:SSL_SESSION_set_ex_data (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/
Dssl_sess.c55 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) in SSL_SESSION_set_ex_data() function
/third_party/boringssl/src/ssl/
Dssl_session.cc1093 int SSL_SESSION_set_ex_data(SSL_SESSION *session, int idx, void *arg) { in SSL_SESSION_set_ex_data() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h260 #define SSL_SESSION_set_ex_data BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_SESSION_set_ex_data) macro