Searched refs:csrattrs (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 332 static void add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, in add_csrattrs() argument 337 if (!csrattrs || ! csrattrs->attrs) in add_csrattrs() 341 num = sk_AttrOrOID_num(csrattrs->attrs); in add_csrattrs() 343 num = SKM_sk_num(AttrOrOID, csrattrs->attrs); in add_csrattrs() 347 AttrOrOID *ao = sk_AttrOrOID_value(csrattrs->attrs, i); in add_csrattrs() 349 AttrOrOID *ao = SKM_sk_value(AttrOrOID, csrattrs->attrs, i); in add_csrattrs() 365 CsrAttrs *csrattrs) in generate_csr() argument 472 add_csrattrs(ctx, csrattrs, exts); in generate_csr() 582 CsrAttrs *csrattrs = NULL; in est_build_csr() local 625 csrattrs = d2i_CsrAttrs(NULL, &pos, attrs_len); in est_build_csr() [all …]
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | est-csrattrs.sh | 3 openssl asn1parse -genconf est-csrattrs.cnf -out est-csrattrs.der -oid hs20.oid 4 base64 est-csrattrs.der > est-attrs.b64
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.c | 1154 os_free(conf->csrattrs); in dpp_configuration_free() 1277 conf->csrattrs = os_zalloc(len + 1); in dpp_configuration_parse_helper() 1278 if (!conf->csrattrs) in dpp_configuration_parse_helper() 1280 os_memcpy(conf->csrattrs, pos, len); in dpp_configuration_parse_helper() 1482 os_free(auth->csrattrs); in dpp_auth_deinit() 2091 auth->conf_sta->csrattrs) in dpp_build_conf_resp() 2092 clear_len += 4 + os_strlen(auth->conf_sta->csrattrs); in dpp_build_conf_resp() 2187 auth->conf_sta->csrattrs) { in dpp_build_conf_resp() 2191 wpabuf_put_le16(clear, os_strlen(auth->conf_sta->csrattrs)); in dpp_build_conf_resp() 2192 wpabuf_put_str(clear, auth->conf_sta->csrattrs); in dpp_build_conf_resp() [all …]
|
D | dpp.h | 266 char *csrattrs; member 381 u8 *csrattrs; member
|
D | dpp_tcp.c | 1538 if (!auth || !auth->csrattrs) in dpp_tcp_build_csr()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 1701 if (!auth || !auth->csrattrs) in wpas_dpp_build_csr()
|