Searched refs:asn1_get_oid (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | asn1.h | 61 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
|
D | asn1.c | 123 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
|
D | pkcs8.c | 80 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) { in pkcs8_key_import()
|
D | pkcs5.c | 60 if (asn1_get_oid(enc_alg, enc_alg_end - enc_alg, &oid, &pos)) { in pkcs5_get_params()
|
D | x509v3.c | 211 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()
|