Home
last modified time | relevance | path

Searched refs:b_key (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/testing/
Dencodable_value_utils.cc68 const EncodableValue& b_key = *unmatched_b_keys[i]; in EncodableValuesAreEqual() local
69 if (EncodableValuesAreEqual(pair.first, b_key) && in EncodableValuesAreEqual()
70 EncodableValuesAreEqual(pair.second, b_map.at(b_key))) { in EncodableValuesAreEqual()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_pkex.c1017 const u8 *wrapped_data, *b_key, *peer_u; in dpp_pkex_rx_commit_reveal_req() local
1082 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req()
1084 if (!b_key || b_key_len != 2 * curve->prime_len) { in dpp_pkex_rx_commit_reveal_req()
1088 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_req()
1195 const u8 *wrapped_data, *b_key, *peer_v; in dpp_pkex_rx_commit_reveal_resp() local
1261 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_resp()
1263 if (!b_key || b_key_len != 2 * curve->prime_len) { in dpp_pkex_rx_commit_reveal_resp()
1267 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_resp()
/third_party/grpc/third_party/upb/upb/
Dmsg.c144 void *b_key, size_t size) { in _upb_mapsorter_getkeys() argument
150 _upb_map_fromkey(b_tabkey, b_key, size); in _upb_mapsorter_getkeys()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.cc136 const char* b_key = b->args[i].key; in grpc_channel_args_union() local
137 if (grpc_channel_args_find(a, b_key) == nullptr) { // not found in grpc_channel_args_union()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c7904 const u8 *wrapped_data, *b_key, *peer_u; in dpp_pkex_rx_commit_reveal_req() local
7968 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req()
7970 if (!b_key || b_key_len != 2 * curve->prime_len) { in dpp_pkex_rx_commit_reveal_req()
7974 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_req()
8065 const u8 *wrapped_data, *b_key, *peer_v; in dpp_pkex_rx_commit_reveal_resp() local
8130 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_resp()
8132 if (!b_key || b_key_len != 2 * curve->prime_len) { in dpp_pkex_rx_commit_reveal_resp()
8136 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_resp()