Searched refs:brx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_crypto.c | 888 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local 908 brx = crypto_ec_key_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_r_auth() 918 brx = crypto_ec_key_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth() 920 if (!pix || !prx || !brx) in dpp_gen_r_auth() 945 addr[num_elem] = wpabuf_head(brx); in dpp_gen_r_auth() 946 len[num_elem] = wpabuf_len(brx) / 2; in dpp_gen_r_auth() 964 wpabuf_free(brx); in dpp_gen_r_auth() 971 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local 993 brx = crypto_ec_key_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_i_auth() 1005 brx = crypto_ec_key_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_i_auth() [all …]
|