Searched refs:asn1_get_alg_id (Results 1 – 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_backup.c | 604 if (asn1_get_alg_id(pos, e_end - pos, &oid, ¶ms, ¶ms_len, in dpp_parse_recipient_infos() 694 if (asn1_get_alg_id(pos, end - pos, &oid, NULL, NULL, &pos) < 0) in dpp_parse_recipient_infos() 768 if (asn1_get_alg_id(pos, end - pos, &oid, NULL, NULL, &pos) < 0) in dpp_parse_encrypted_content_info() 900 if (asn1_get_alg_id(pos, end - pos, &oid, ¶ms, ¶ms_len, in dpp_parse_one_asymmetric_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | asn1.h | 74 int asn1_get_alg_id(const u8 *buf, size_t len, struct asn1_oid *oid,
|
D | asn1.c | 480 int asn1_get_alg_id(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_alg_id() function
|