Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c4507 if (ssl->ctx->tokencache == NULL) in ossl_quic_new_from_listener()
4508 if ((ssl->ctx->tokencache = ossl_quic_new_token_store()) == NULL) in ossl_quic_new_from_listener()
4937 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_set_peer_token()
4940 if (ctx->tokencache == NULL) in ossl_quic_set_peer_token()
4969 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_get_peer_token()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1198 SSL_TOKEN_STORE *tokencache; member
H A Dssl_lib.c4251 if ((ret->tokencache = ossl_quic_new_token_store()) == NULL) in SSL_CTX_new_ex()
4457 ossl_quic_free_token_store(a->tokencache); in SSL_CTX_free()