HomeSort by relevance Sort by last modified time
    Searched refs:lh_SSL_SESSION_retrieve (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/include/openssl/
lhash_macros.h 151 #define lh_SSL_SESSION_retrieve(lh, data) \
  /external/boringssl/src/ssl/
ssl_session.c 790 session = lh_SSL_SESSION_retrieve(ssl->session_ctx->sessions, &data);
938 SSL_SESSION *found_session = lh_SSL_SESSION_retrieve(ctx->sessions,
    [all...]

Completed in 102 milliseconds