Searched refs:asn1_get_oid (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant/ |
D | asn1.h | 66 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
|
D | asn1.c | 88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
|
D | asn1_test.c | 127 if (asn1_get_oid(prev, end - prev, &oid, &prev) < 0) { in asn1_parse()
|
D | x509v3.c | 213 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/ |
D | asn1.h | 66 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
|
D | asn1.c | 88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
|
D | asn1_test.c | 127 if (asn1_get_oid(prev, end - prev, &oid, &prev) < 0) { in asn1_parse()
|
D | x509v3.c | 213 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/ |
D | asn1.h | 67 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
|
D | pkcs8.c | 87 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) { in pkcs8_key_import()
|
D | asn1.c | 129 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid() function
|
D | pkcs5.c | 65 if (asn1_get_oid(enc_alg, enc_alg_end - enc_alg, &oid, &pos)) { in pkcs5_get_params()
|
D | x509v3.c | 216 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/ |
D | crypto_internal.c | 502 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) { in crypto_pkcs8_key_import()
|