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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl3.h 500 * for Channel IDs and that tlsext_channel_id will be valid after the
512 unsigned char tlsext_channel_id[64]; member in struct:ssl3_state_st
  /external/openssl/include/openssl/
ssl3.h 560 * for Channel IDs and that tlsext_channel_id will be valid after the
572 unsigned char tlsext_channel_id[64]; member in struct:ssl3_state_st
  /external/openssl/ssl/
ssl3.h 560 * for Channel IDs and that tlsext_channel_id will be valid after the
572 unsigned char tlsext_channel_id[64]; member in struct:ssl3_state_st
s3_srvr.c     [all...]
s3_lib.c     [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_lib.c 1421 memcpy(parg, s->s3->tlsext_channel_id, larg < 64 ? larg : 64);
    [all...]
s3_srvr.c     [all...]

Completed in 700 milliseconds