Searched refs:b_key (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/testing/ |
D | encodable_value_utils.cc | 68 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/ |
D | dpp_pkex.c | 1017 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/ |
D | msg.c | 144 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/ |
D | channel_args.cc | 136 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/ |
D | dpp.c | 7904 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()
|