Home
last modified time | relevance | path

Searched refs:B_pub (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c898 const struct wpabuf *B_pub, const u8 *v) in dpp_pkex_build_commit_reveal_resp()
938 wpabuf_put_le16(clear, wpabuf_len(B_pub)); in dpp_pkex_build_commit_reveal_resp()
939 wpabuf_put_buf(clear, B_pub); in dpp_pkex_build_commit_reveal_resp()
1026 struct wpabuf *B_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
1150 B_pub = crypto_ec_key_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_commit_reveal_req()
1151 if (!B_pub) in dpp_pkex_rx_commit_reveal_req()
1159 addr[num_elem] = wpabuf_head(B_pub); in dpp_pkex_rx_commit_reveal_req()
1160 len[num_elem] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1173 msg = dpp_pkex_build_commit_reveal_resp(pkex, B_pub, v); in dpp_pkex_rx_commit_reveal_req()
1180 wpabuf_free(B_pub); in dpp_pkex_rx_commit_reveal_req()
897 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, const struct wpabuf *B_pub, const u8 *v) dpp_pkex_build_commit_reveal_resp() argument
1207 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; dpp_pkex_rx_commit_reveal_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c7785 const struct wpabuf *B_pub, const u8 *v) in dpp_pkex_build_commit_reveal_resp()
7825 wpabuf_put_le16(clear, wpabuf_len(B_pub)); in dpp_pkex_build_commit_reveal_resp()
7826 wpabuf_put_buf(clear, B_pub); in dpp_pkex_build_commit_reveal_resp()
7912 struct wpabuf *B_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
8028 B_pub = dpp_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_commit_reveal_req()
8029 if (!B_pub) in dpp_pkex_rx_commit_reveal_req()
8033 addr[1] = wpabuf_head(B_pub); in dpp_pkex_rx_commit_reveal_req()
8034 len[1] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
8043 msg = dpp_pkex_build_commit_reveal_resp(pkex, B_pub, v); in dpp_pkex_rx_commit_reveal_req()
8050 wpabuf_free(B_pub); in dpp_pkex_rx_commit_reveal_req()
7784 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, const struct wpabuf *B_pub, const u8 *v) dpp_pkex_build_commit_reveal_resp() argument
8076 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; dpp_pkex_rx_commit_reveal_resp() local
[all...]

Completed in 12 milliseconds