Searched refs:SSL_CTX_sess_get_new_cb (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_sess_set_get_cb.pod | 5 …set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb, SSL_CTX_sess_get_new_cb, SSL_CTX_… 21 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, 45 SSL_CTX_sess_get_new_cb(), SSL_CTX_sess_get_remove_cb(), and 103 SSL_CTX_sess_get_new_cb(), SSL_CTX_sess_get_remove_cb() and SSL_CTX_sess_get_get_cb()
|
/third_party/openssl/ssl/ |
D | ssl_sess.c | 1152 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (SSL *ssl, SSL_SESSION *sess) { in SSL_CTX_sess_get_new_cb() function
|
/third_party/openssl/util/ |
D | libssl.num | 29 SSL_CTX_sess_get_new_cb 30 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 299 =item int (*B<SSL_CTX_sess_get_new_cb>(SSL_CTX *ctx)(SSL *ssl, SSL_SESSION *sess);
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 712 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 128 #define SSL_CTX_sess_get_new_cb BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_sess_get_new_cb) macro
|