Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Dp_ed25519_asn1.c94 const ED25519_KEY *b_key = b->pkey.ptr; in ed25519_pub_cmp() local
95 return OPENSSL_memcmp(a_key->key.pub.value, b_key->key.pub.value, 32) == 0; in ed25519_pub_cmp()
/external/boringssl/src/crypto/err/
Derr.c453 const uint32_t b_key = *((const uint32_t*) b) >> 15; in err_string_cmp() local
455 if (a_key < b_key) { in err_string_cmp()
457 } else if (a_key > b_key) { in err_string_cmp()
/external/wpa_supplicant_8/src/common/
Ddpp.c5628 const u8 *wrapped_data, *b_key, *peer_u; in dpp_pkex_rx_commit_reveal_req() local
5708 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req()
5710 if (!b_key || b_key_len != 2 * curve->prime_len) { in dpp_pkex_rx_commit_reveal_req()
5715 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_req()
5860 const u8 *wrapped_data, *b_key, *peer_v; in dpp_pkex_rx_commit_reveal_resp() local
5912 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_resp()
5914 if (!b_key || b_key_len != 2 * curve->prime_len) { in dpp_pkex_rx_commit_reveal_resp()
5919 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_resp()