Searched refs:attr_key (Results 1 - 4 of 4) sorted by relevance
/third_party/gn/src/gn/ |
H A D | xml_element_writer.cc | 11 XmlAttributes::XmlAttributes(std::string_view attr_key, in XmlAttributes() argument 13 add(attr_key, attr_value); in XmlAttributes() 16 XmlAttributes& XmlAttributes::add(std::string_view attr_key, in add() argument 18 push_back(std::make_pair(attr_key, attr_value)); in add()
|
H A D | xml_element_writer.h | 20 XmlAttributes(std::string_view attr_key, std::string_view attr_value); 22 XmlAttributes& add(std::string_view attr_key, std::string_view attr_value);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_pkex.c | 346 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local 431 attr_key = dpp_get_attr(buf, len, DPP_ATTR_ENCRYPTED_KEY, in dpp_pkex_rx_exchange_req() 433 if (!attr_key || attr_key_len & 0x01 || attr_key_len < 2 || in dpp_pkex_rx_exchange_req() 448 M = crypto_ec_point_from_bin(ec, attr_key); in dpp_pkex_rx_exchange_req() 483 os_memcpy(pkex->Mx, attr_key, attr_key_len / 2); in dpp_pkex_rx_exchange_req() 694 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local 782 attr_key = dpp_get_attr(buf, buflen, DPP_ATTR_ENCRYPTED_KEY, in dpp_pkex_rx_exchange_resp() 784 if (!attr_key || attr_key_len & 0x01 || attr_key_len < 2) { in dpp_pkex_rx_exchange_resp() 797 N = crypto_ec_point_from_bin(ec, attr_key); in dpp_pkex_rx_exchange_resp() 868 attr_key /* in dpp_pkex_rx_exchange_resp() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 7260 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local 7326 attr_key = dpp_get_attr(buf, len, DPP_ATTR_ENCRYPTED_KEY, in dpp_pkex_rx_exchange_req() 7328 if (!attr_key || attr_key_len & 0x01 || attr_key_len < 2 || in dpp_pkex_rx_exchange_req() 7347 Mx = BN_bin2bn(attr_key, attr_key_len / 2, NULL); in dpp_pkex_rx_exchange_req() 7348 My = BN_bin2bn(attr_key + attr_key_len / 2, attr_key_len / 2, NULL); in dpp_pkex_rx_exchange_req() 7382 os_memcpy(pkex->Mx, attr_key, attr_key_len / 2); in dpp_pkex_rx_exchange_req() 7599 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local 7670 attr_key = dpp_get_attr(buf, buflen, DPP_ATTR_ENCRYPTED_KEY, in dpp_pkex_rx_exchange_resp() 7672 if (!attr_key || attr_key_len & 0x01 || attr_key_len < 2) { in dpp_pkex_rx_exchange_resp() 7689 Nx = BN_bin2bn(attr_key, attr_key_le in dpp_pkex_rx_exchange_resp() [all...] |
Completed in 12 milliseconds