Searched refs:SSL_TOKEN_STORE (Results 1 – 4 of 4) sorted by relevance
40 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);
15 typedef struct ssl_token_store_st SSL_TOKEN_STORE; typedef
4754 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()
1198 SSL_TOKEN_STORE *tokencache;