Home
last modified time | relevance | path

Searched refs:seq_end (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/library/
Dpkcs7.c97 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/
Dx509v3.c295 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/
Dx509v3.c289 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/
Dsource.rs521 .seq_end() in stream()