Home
last modified time | relevance | path

Searched refs:lh_SSL_SESSION_num_items (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c1381 return (lh_SSL_SESSION_num_items(ctx->internal->sessions)); in SSL_CTX_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h2240 #define lh_SSL_SESSION_num_items(lh) LHM_lh_num_items(SSL_SESSION,lh) macro