Searched refs:CBS_get_u16 (Results 1 – 12 of 12) sorted by relevance
/external/boringssl/src/ssl/ |
D | tls_record.c | 183 !CBS_get_u16(&cbs, &version) || in tls_open_record() 184 !CBS_get_u16(&cbs, &ciphertext_len)) { in tls_open_record()
|
D | t1_lib.c | 202 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()
|
D | s3_srvr.c | 686 !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()
|
D | dtls_record.c | 187 !CBS_get_u16(&cbs, &version) || in dtls_open_record()
|
D | d1_clnt.c | 544 if (!CBS_get_u16(&hello_verify_request, &server_version) || in dtls1_get_hello_verify()
|
D | s3_clnt.c | 771 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()
|
D | ssl_asn1.c | 534 !CBS_get_u16(&cipher, &cipher_value) || in SSL_SESSION_parse()
|
D | ssl_lib.c | 1400 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in STACK_OF()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 88 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
|
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 55 CBS_get_u16(&data, &u16) && in TestGetUint() 78 CBS_get_u16(&prefixed, &u16) && in TestGetPrefixed()
|
D | cbs.c | 114 int CBS_get_u16(CBS *cbs, uint16_t *out) { in CBS_get_u16() function
|
/external/boringssl/src/ |
D | STYLE.md | 138 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
|