Home
last modified time | relevance | path

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

/src/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
/src/crypto/openssl/ssl/quic/
H A Dquic_impl.c4739 SSL_TOKEN_STORE *ossl_quic_new_token_store(void) in ossl_quic_new_token_store()
4742 SSL_TOKEN_STORE *newcache = OPENSSL_zalloc(sizeof(SSL_TOKEN_STORE)); in ossl_quic_new_token_store()
4773 void ossl_quic_free_token_store(SSL_TOKEN_STORE *hdl) in ossl_quic_free_token_store()
4878 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_set_peer_token()
4905 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_get_peer_token()
/src/crypto/openssl/ssl/
H A Dssl_local.h1198 SSL_TOKEN_STORE *tokencache;