SSL_TOKEN_STORE
SSL_TOKEN_STORE *ossl_quic_new_token_store(void);
void ossl_quic_free_token_store(SSL_TOKEN_STORE *hdl);
SSL_TOKEN_STORE *ossl_quic_get0_token_store(SSL_CTX *ctx);
int ossl_quic_set1_token_store(SSL_CTX *ctx, SSL_TOKEN_STORE *hdl);
SSL_TOKEN_STORE *ossl_quic_new_token_store(void)
SSL_TOKEN_STORE *newcache = OPENSSL_zalloc(sizeof(SSL_TOKEN_STORE));
void ossl_quic_free_token_store(SSL_TOKEN_STORE *hdl)
SSL_TOKEN_STORE *c = ctx->tokencache;
SSL_TOKEN_STORE *c = ctx->tokencache;
SSL_TOKEN_STORE *tokencache;