Home
last modified time | relevance | path

Searched refs:SSL_TOKEN_STORE (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_ssl.h40 SSL_TOKEN_STORE *ossl_quic_new_token_store(void);
41 void ossl_quic_free_token_store(SSL_TOKEN_STORE *hdl);
42 SSL_TOKEN_STORE *ossl_quic_get0_token_store(SSL_CTX *ctx);
43 int ossl_quic_set1_token_store(SSL_CTX *ctx, SSL_TOKEN_STORE *hdl);
H A Dquic_predef.h15 typedef struct ssl_token_store_st SSL_TOKEN_STORE; typedef
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c4754 SSL_TOKEN_STORE *ossl_quic_new_token_store(void) in ossl_quic_new_token_store()
4757 SSL_TOKEN_STORE *newcache = OPENSSL_zalloc(sizeof(SSL_TOKEN_STORE)); in ossl_quic_new_token_store()
4788 void ossl_quic_free_token_store(SSL_TOKEN_STORE *hdl) in ossl_quic_free_token_store()
4893 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_set_peer_token()
4920 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;