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.c4463 if (ssl->ctx->tokencache == NULL) in ossl_quic_new_from_listener()
4464 if ((ssl->ctx->tokencache = ossl_quic_new_token_store()) == NULL) in ossl_quic_new_from_listener()
4878 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_set_peer_token()
4881 if (ctx->tokencache == NULL) in ossl_quic_set_peer_token()
4905 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.c4253 if ((ret->tokencache = ossl_quic_new_token_store()) == NULL) in SSL_CTX_new_ex()
4459 ossl_quic_free_token_store(a->tokencache); in SSL_CTX_free()