Home
last modified time | relevance | path

Searched refs:CBS_get_u16 (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/ssl/
Dtls_record.c183 !CBS_get_u16(&cbs, &version) || in tls_open_record()
184 !CBS_get_u16(&cbs, &ciphertext_len)) { in tls_open_record()
Dt1_lib.c202 if (!CBS_get_u16(&extensions, &type) || in tls1_check_duplicate_extensions()
226 if (!CBS_get_u16(&extensions, &extension_types[i]) || in tls1_check_duplicate_extensions()
323 if (!CBS_get_u16(&extensions, &type) || in SSL_early_callback_ctx_extension_get()
1707 !CBS_get_u16(&profile_ids, &profile_id) || in ext_srtp_parse_serverhello()
1772 if (!CBS_get_u16(&profile_ids_tmp, &profile_id)) { in ext_srtp_parse_clienthello()
1959 if (!CBS_get_u16(&elliptic_curve_list, in ext_ec_curves_parse_clienthello()
2268 if (!CBS_get_u16(&extensions, &type) || in ssl_scan_clienthello_tlsext()
2355 if (!CBS_get_u16(&extensions, &type) || in ssl_scan_serverhello_tlsext()
Ds3_srvr.c686 !CBS_get_u16(&v2_client_hello, &version) || in ssl3_get_v2_client_hello()
687 !CBS_get_u16(&v2_client_hello, &cipher_spec_length) || in ssl3_get_v2_client_hello()
688 !CBS_get_u16(&v2_client_hello, &session_id_length) || in ssl3_get_v2_client_hello()
689 !CBS_get_u16(&v2_client_hello, &challenge_length) || in ssl3_get_v2_client_hello()
841 if (!CBS_get_u16(&client_hello, &client_version) || in ssl3_get_client_hello()
2216 if (!CBS_get_u16(&encrypted_extensions, &extension_type) || in ssl3_get_channel_id()
Ddtls_record.c187 !CBS_get_u16(&cbs, &version) || in dtls_open_record()
Dd1_clnt.c544 if (!CBS_get_u16(&hello_verify_request, &server_version) || in dtls1_get_hello_verify()
Ds3_clnt.c771 if (!CBS_get_u16(&server_hello, &server_version) || in ssl3_get_server_hello()
775 !CBS_get_u16(&server_hello, &cipher_suite) || in ssl3_get_server_hello()
1194 !CBS_get_u16(&server_key_exchange, &curve_id) || in ssl3_get_server_key_exchange()
Dssl_asn1.c534 !CBS_get_u16(&cipher, &cipher_value) || in SSL_SESSION_parse()
Dssl_lib.c1400 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in STACK_OF()
/external/boringssl/src/include/openssl/
Dbytestring.h88 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc55 CBS_get_u16(&data, &u16) && in TestGetUint()
78 CBS_get_u16(&prefixed, &u16) && in TestGetPrefixed()
Dcbs.c114 int CBS_get_u16(CBS *cbs, uint16_t *out) { in CBS_get_u16() function
/external/boringssl/src/
DSTYLE.md138 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);