Home
last modified time | relevance | path

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/
Ddpp_backup.c604 if (asn1_get_alg_id(pos, e_end - pos, &oid, &params, &params_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, &params, &params_len, in dpp_parse_one_asymmetric_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dasn1.h74 int asn1_get_alg_id(const u8 *buf, size_t len, struct asn1_oid *oid,
Dasn1.c480 int asn1_get_alg_id(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_alg_id() function