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

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_sess.c 153 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
636 if (!remove_session_lock(ctx,
650 return remove_session_lock(ctx, c, 1);
653 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function
  /external/openssl/ssl/
ssl_sess.c 148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
705 if (!remove_session_lock(ctx,
719 return remove_session_lock(ctx, c, 1);
722 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function
    [all...]

Completed in 667 milliseconds