Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dasn1.h66 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
Dasn1.c88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
Dasn1_test.c127 if (asn1_get_oid(prev, end - prev, &oid, &prev) < 0) { in asn1_parse()
Dx509v3.c213 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()
872 if (asn1_get_oid(pos, end - pos, &oid, &pos) < 0) { in x509_parse_extension()
1392 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &next)) { in x509_certificate_check_signature()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dasn1.h66 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
Dasn1.c88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
Dasn1_test.c127 if (asn1_get_oid(prev, end - prev, &oid, &prev) < 0) { in asn1_parse()
Dx509v3.c213 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()
872 if (asn1_get_oid(pos, end - pos, &oid, &pos) < 0) { in x509_parse_extension()
1407 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &next)) { in x509_certificate_check_signature()
/external/wpa_supplicant_8/src/tls/
Dasn1.h67 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
Dpkcs8.c87 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) { in pkcs8_key_import()
Dasn1.c129 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
Dpkcs5.c65 if (asn1_get_oid(enc_alg, enc_alg_end - enc_alg, &oid, &pos)) { in pkcs5_get_params()
Dx509v3.c216 if (asn1_get_oid(pos, end - pos, &id->oid, &pos)) in x509_parse_algorithm_identifier()
362 if (asn1_get_oid(seq_pos, seq_end - seq_pos, &oid, &seq_pos)) { in x509_parse_name()
1141 if (asn1_get_oid(pos, end - pos, &oid, &pos) < 0) { in x509_parse_extension()
1676 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &next)) { in x509_certificate_check_signature()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto_internal.c502 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) { in crypto_pkcs8_key_import()