Lines Matching refs:wpabuf_len

626 	wpabuf_put_le16(clear, wpabuf_len(A_pub));  in dpp_pkex_build_commit_reveal_req()
667 wpabuf_put_le16(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_req()
668 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_req()
672 wpabuf_head(clear), wpabuf_len(clear), in dpp_pkex_build_commit_reveal_req()
676 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_req()
852 len[num_elem] = wpabuf_len(A_pub) / 2; in dpp_pkex_rx_exchange_resp()
855 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_exchange_resp()
858 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_exchange_resp()
947 wpabuf_put_le16(clear, wpabuf_len(B_pub)); in dpp_pkex_build_commit_reveal_resp()
988 wpabuf_put_le16(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_resp()
989 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_resp()
993 wpabuf_head(clear), wpabuf_len(clear), in dpp_pkex_build_commit_reveal_resp()
997 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_resp()
1126 len[num_elem] = wpabuf_len(A_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1129 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1132 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1169 len[num_elem] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1172 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1175 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1305 len[num_elem] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_resp()
1308 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_resp()
1311 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_commit_reveal_resp()