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

  /external/boringssl/src/ssl/
d1_srtp.c 313 if (!CBS_get_u16(&profile_ids, &profile_id)) {
390 !CBS_get_u16(&profile_ids, &profile_id) || CBS_len(&profile_ids) != 0 ||
t1_lib.c 201 if (!CBS_get_u16(&extensions, &type) ||
226 if (!CBS_get_u16(&extensions, &extension_types[i]) ||
323 if (!CBS_get_u16(&extensions, &type) ||
416 !CBS_get_u16(cbs, &curve_id)) {
    [all...]
d1_clnt.c 537 if (!CBS_get_u16(&hello_verify_request, &server_version) ||
s3_srvr.c 724 !CBS_get_u16(&v2_client_hello, &version) ||
725 !CBS_get_u16(&v2_client_hello, &cipher_spec_length) ||
726 !CBS_get_u16(&v2_client_hello, &session_id_length) ||
727 !CBS_get_u16(&v2_client_hello, &challenge_length) ||
883 if (!CBS_get_u16(&client_hello, &client_version) ||
    [all...]
ssl_asn1.c 501 if (!CBS_get_u16(&cipher, &cipher_value) || CBS_len(&cipher) != 0) {
s3_clnt.c 757 if (!CBS_get_u16(&server_hello, &server_version) ||
761 !CBS_get_u16(&server_hello, &cipher_suite) ||
    [all...]
ssl_lib.c     [all...]
  /external/boringssl/src/include/openssl/
bytestring.h 86 /* CBS_get_u16 sets |*out| to the next, big-endian uint16_t from |cbs| and
88 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 52 CBS_get_u16(&data, &u16) &&
75 CBS_get_u16(&prefixed, &u16) &&
cbs.c 114 int CBS_get_u16(CBS *cbs, uint16_t *out) {

Completed in 326 milliseconds