Home
last modified time | relevance | path

Searched refs:CBS_get_u8 (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dcbs.c105 int CBS_get_u8(CBS *cbs, uint8_t *out) { in CBS_get_u8() function
188 if (!CBS_get_u8(&header, &tag) || in cbs_get_any_asn1_element()
189 !CBS_get_u8(&header, &length_byte)) { in cbs_get_any_asn1_element()
459 if (!CBS_get_u8(&in, &num_unused_bits) || in CBS_is_valid_asn1_bitstring()
Dbytestring_test.cc53 return CBS_get_u8(&data, &u8) && in TestGetUint()
63 !CBS_get_u8(&data, &u8) && in TestGetUint()
77 CBS_get_u8(&prefixed, &u8) && in TestGetPrefixed()
/external/boringssl/src/crypto/ec/
Dec_asn1.c148 !CBS_get_u8(&public_key, &padding) || in EC_KEY_parse_private_key()
296 if (!CBS_get_u8(&base, &form) || form != POINT_CONVERSION_UNCOMPRESSED) { in parse_explicit_prime_curve()
/external/boringssl/src/include/openssl/
Dbytestring.h84 OPENSSL_EXPORT int CBS_get_u8(CBS *cbs, uint8_t *out);
/external/boringssl/src/ssl/
Ddtls_record.c189 if (!CBS_get_u8(&cbs, &type) || in dtls_open_record()
Dtls13_both.c269 if (!CBS_get_u8(&status_request, &status_type) || in tls13_process_certificate()
619 if (!CBS_get_u8(&cbs, &key_update_request) || in tls13_receive_key_update()
Dtls_record.c214 if (!CBS_get_u8(&cbs, &type) || in tls_open_record()
Dhandshake_client.c915 !CBS_get_u8(&server_hello, &compression_method)) { in ssl3_get_server_hello()
1138 if (!CBS_get_u8(&certificate_status, &status_type) || in ssl3_get_cert_status()
1292 if (!CBS_get_u8(&server_key_exchange, &group_type) || in ssl3_get_server_key_exchange()
Dd1_both.c480 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment()
Ds3_both.c594 if (!CBS_get_u8(&v2_client_hello, &msg_type) || in read_v2_client_hello()
Dt1_lib.c639 !CBS_get_u8(&server_name_list, &name_type) || in ext_sni_parse_clienthello()
1135 if (!CBS_get_u8(contents, &status_type)) { in ext_ocsp_parse_clienthello()
/external/boringssl/src/crypto/evp/
Devp_asn1.c108 !CBS_get_u8(&key, &padding) || in EVP_parse_public_key()
/external/boringssl/src/crypto/obj/
Dobj.c435 if (!CBS_get_u8(cbs, &b)) { in parse_oid_component()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc558 !CBS_get_u8(&server_name_list, &name_type) || in SelectCertificateCallback()