Home | History | Annotate | Download | only in test

Lines Matching refs:NewSessionCallback

907 static int NewSessionCallback(SSL *ssl, SSL_SESSION *session) {
912 fprintf(stderr, "Invalid state for NewSessionCallback.\n");
1247 SSL_CTX_sess_set_new_cb(ssl_ctx.get(), NewSessionCallback);