Searched refs:seq_end (Results 1 – 4 of 4) sorted by relevance
/third_party/mbedtls/library/ |
D | pkcs7.c | 97 unsigned char **seq_end, in pkcs7_get_content_info_type() argument 110 *seq_end = *p + len; in pkcs7_get_content_info_type() 111 ret = mbedtls_asn1_get_tag(p, *seq_end, &len, MBEDTLS_ASN1_OID); in pkcs7_get_content_info_type()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | x509v3.c | 295 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local 353 seq_end = hdr.payload + hdr.length; in x509_parse_name() 355 if (asn1_get_oid(seq_pos, seq_end - seq_pos, &oid, &seq_pos)) { in x509_parse_name() 360 if (asn1_get_next(seq_pos, seq_end - seq_pos, &hdr) < 0 || in x509_parse_name()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | x509v3.c | 289 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local 340 seq_end = hdr.payload + hdr.length; in x509_parse_name() 342 if (asn1_get_oid(seq_pos, seq_end - seq_pos, &oid, &seq_pos)) { in x509_parse_name() 347 if (asn1_get_next(seq_pos, seq_end - seq_pos, &hdr) < 0 || in x509_parse_name()
|
/third_party/rust/crates/log/src/kv/ |
D | source.rs | 521 .seq_end() in stream()
|