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

  /external/boringssl/src/ssl/
t1_lib.c 259 !CBS_get_u8_length_prefixed(&client_hello, &session_id)) {
270 if (!CBS_get_u8_length_prefixed(&client_hello, &cookie)) {
284 if (!CBS_get_u8_length_prefixed(&client_hello, &compression_methods) ||
880 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) ||
939 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) ||
    [all...]
s3_srvr.c 843 !CBS_get_u8_length_prefixed(&client_hello, &session_id) ||
860 if (!CBS_get_u8_length_prefixed(&client_hello, &cookie) ||
969 !CBS_get_u8_length_prefixed(&client_hello, &compression_methods) |
    [all...]
d1_clnt.c 545 !CBS_get_u8_length_prefixed(&hello_verify_request, &cookie) ||
s3_clnt.c 773 !CBS_get_u8_length_prefixed(&server_hello, &session_id) ||
    [all...]
  /external/boringssl/src/include/openssl/
bytestring.h 106 /* CBS_get_u8_length_prefixed sets |*out| to the contents of an 8-bit,
109 OPENSSL_EXPORT int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out);
  /external/boringssl/src/crypto/bytestring/
cbs.c 157 int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out) {
bytestring_test.cc 72 return CBS_get_u8_length_prefixed(&data, &prefixed) &&
93 if (CBS_get_u8_length_prefixed(&data, &prefixed)) {

Completed in 788 milliseconds