Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dlhash_macros.h148 #define lh_SSL_SESSION_num_items(lh) \ macro
/external/boringssl/src/ssl/
Dssl_session.cc1076 while (lh_SSL_SESSION_num_items(ctx->sessions) > in SSL_CTX_add_session()
Dssl_lib.cc1697 return lh_SSL_SESSION_num_items(ctx->sessions); in SSL_CTX_sess_number()