Home
last modified time | relevance | path

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

12

/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_lib.c39 if (!CBS_get_u8(cbs, &tag_val)) in asn1_get_identifier_cbs()
62 if (!CBS_get_u8(cbs, &tag_val)) in asn1_get_identifier_cbs()
94 if (!CBS_get_u8(cbs, &val)) in asn1_get_length_cbs()
126 if (!CBS_get_u8(cbs, &val)) in asn1_get_length_cbs()
H A Da_time_tm.c183 if (!CBS_get_u8(cbs, &first_digit)) in cbs_get_two_digit_value()
187 if (!CBS_get_u8(cbs, &second_digit)) in cbs_get_two_digit_value()
286 if (!CBS_get_u8(&copy, &tz)) in asn1_time_parse_cbs()
H A Da_object.c154 if (!CBS_get_u8(cbs, &val)) in oid_parse_arc()
195 if (!CBS_get_u8(cbs, &val)) in oid_parse_arc_txt()
211 if (!CBS_get_u8(cbs, &val)) in oid_parse_arc_txt()
H A Da_int.c138 if (!CBS_get_u8(cbs, &u8)) in asn1_aint_get_uint64()
681 if (!CBS_get_u8(cbs, &padding)) in c2i_ASN1_INTEGER_cbs()
H A Da_bitstr.c311 if (!CBS_get_u8(cbs, &unused_bits)) { in c2i_ASN1_BIT_STRING_cbs()
H A Dtasn_dec.c310 if (!CBS_get_u8(content, &val)) in asn1_c2i_primitive()
/dragonfly/crypto/libressl/ssl/
H A Dssl_packet.c31 !CBS_get_u8(&cbs, &message_type)) in ssl_is_sslv2_client_hello()
58 if (!CBS_get_u8(&cbs, &record_type) || in ssl_is_sslv3_handshake()
90 !CBS_get_u8(&cbs, &message_type) || in ssl_convert_sslv2_client_hello()
136 if (!CBS_get_u8(&cbs, &message_type)) in ssl_convert_sslv2_client_hello()
H A Dbs_cbs.c168 CBS_get_u8(CBS *cbs, uint8_t *out) in CBS_get_u8() function
372 if (!CBS_get_u8(&header, &tag) || !CBS_get_u8(&header, &length_byte)) in cbs_get_any_asn1_element_internal()
H A Dssl_pkt.c362 if (!CBS_get_u8(&header, &type) || in ssl3_get_record()
721 if (!CBS_get_u8(&cbs, &alert_level)) in ssl3_read_alert()
723 if (!CBS_get_u8(&cbs, &alert_descr)) in ssl3_read_alert()
863 if (!CBS_get_u8(&cbs, &hs_msg_type)) in ssl3_read_handshake_unexpected()
H A Dtls13_handshake_msg.c142 if (!CBS_get_u8(&cbs, &msg_type)) in tls13_handshake_msg_recv()
H A Dtls13_record.c140 if (!CBS_get_u8(&cbs, &content_type)) in tls13_record_recv()
H A Dbytestring.h116 int CBS_get_u8(CBS *cbs, uint8_t *out);
H A Dtls13_record_layer.c297 if (!CBS_get_u8(tls_content_cbs(rl->rcontent), &alert_level)) in tls13_record_layer_process_alert()
299 if (!CBS_get_u8(tls_content_cbs(rl->rcontent), &alert_desc)) in tls13_record_layer_process_alert()
849 if (!CBS_get_u8(&cbs, &ccs)) in tls13_record_layer_read_record()
H A Dssl_tlsext.c707 if (!CBS_get_u8(&hostname, &c)) in tlsext_sni_is_valid_hostname()
746 if (!CBS_get_u8(&server_name_list, &name_type)) in tlsext_sni_server_parse()
932 if (!CBS_get_u8(cbs, &status_type)) in tlsext_ocsp_server_parse()
1046 if (!CBS_get_u8(cbs, &status_type)) { in tlsext_ocsp_client_parse()
1825 if (!CBS_get_u8(&ke_modes, &ke_mode)) in tlsext_psk_kex_modes_server_parse()
H A Dtls13_lib.c287 if (!CBS_get_u8(cbs, &key_update_request)) { in tls13_key_update_recv()
H A Dssl_both.c467 if (!CBS_get_u8(&cbs, &u8) || in ssl3_get_message()
H A Dssl_clnt.c1037 if (!CBS_get_u8(&cbs, &compression_method)) in ssl3_get_server_hello()
1238 if (!CBS_get_u8(cbs, &curve_type)) in ssl3_get_server_kex_ecdhe()
1703 if (!CBS_get_u8(&cert_status, &status_type) || in ssl3_get_cert_status()
H A Dd1_pkt.c390 if (!CBS_get_u8(&header, &type)) in dtls1_get_record()
H A Dtls13_client.c227 if (!CBS_get_u8(cbs, &compression_method)) in tls13_server_hello_process()
H A Dd1_both.c1180 if (!CBS_get_u8(header, &type)) in dtls1_get_message_header()
H A Dtls12_record_layer.c1085 if (!CBS_get_u8(&cbs, &content_type)) in tls12_record_layer_open_record()
/dragonfly/crypto/libressl/crypto/ct/
H A Dct_oct.c90 if (!CBS_get_u8(cbs, &hash_alg)) in o2i_SCT_signature()
92 if (!CBS_get_u8(cbs, &sig_alg)) in o2i_SCT_signature()
148 if (!CBS_get_u8(cbs, &version)) in o2i_SCT_internal()
/dragonfly/crypto/libressl/crypto/bytestring/
H A Dbs_cbs.c168 CBS_get_u8(CBS *cbs, uint8_t *out) in CBS_get_u8() function
372 if (!CBS_get_u8(&header, &tag) || !CBS_get_u8(&header, &length_byte)) in cbs_get_any_asn1_element_internal()
H A Dbytestring.h116 int CBS_get_u8(CBS *cbs, uint8_t *out);
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_addr.c407 if (!CBS_get_u8(&cbs, &safi)) in IPAddressFamily_afi_safi()

12