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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl3.h 201 #define SSL3_SESSION_ID_SIZE 32
  /external/openssl/include/openssl/
ssl3.h 256 #define SSL3_SESSION_ID_SIZE 32
  /external/openssl/ssl/
ssl3.h 256 #define SSL3_SESSION_ID_SIZE 32
s3_clnt.c 959 if ((j > sizeof s->session->session_id) || (j > SSL3_SESSION_ID_SIZE))
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_clnt.c 818 CBS_len(&session_id) > SSL3_SESSION_ID_SIZE ||
    [all...]

Completed in 207 milliseconds