Searched refs:tlsext_channel_id (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_lib.c357 memcpy(out, ssl->s3->tlsext_channel_id, (max_out < 64) ? max_out : 64);
H A Ds3_srvr.c2259 /* We stored the handshake hash in |tlsext_channel_id| the first time that we
2267 memcpy(ssl->s3->tlsext_channel_id, p, 64);
/external/boringssl/include/openssl/
H A Dssl.h4128 * Channel IDs and that tlsext_channel_id will be valid after the
4135 uint8_t tlsext_channel_id[64]; member in struct:ssl3_state_st
/external/boringssl/src/include/openssl/
H A Dssl.h4128 * Channel IDs and that tlsext_channel_id will be valid after the
4135 uint8_t tlsext_channel_id[64]; member in struct:ssl3_state_st

Completed in 109 milliseconds