Home
last modified time | relevance | path

Searched refs:asn1_get_oid (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dasn1.h61 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
Dasn1.c123 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
Dpkcs8.c80 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) { in pkcs8_key_import()
Dpkcs5.c60 if (asn1_get_oid(enc_alg, enc_alg_end - enc_alg, &oid, &pos)) { in pkcs5_get_params()
Dx509v3.c211 if (asn1_get_oid(pos, end - pos, &id->oid, &pos)) in x509_parse_algorithm_identifier()
357 if (asn1_get_oid(seq_pos, seq_end - seq_pos, &oid, &seq_pos)) { in x509_parse_name()
1065 if (asn1_get_oid(pos, end - pos, &oid, &pos) < 0) { in x509_parse_extension()
1618 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &next)) { in x509_certificate_check_signature()