Lines Matching refs:AES_BLOCK_SIZE
600 attr_len = 4 + clear_len + AES_BLOCK_SIZE; 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()
676 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_req()
921 attr_len = 4 + clear_len + AES_BLOCK_SIZE; 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()
997 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_pkex_build_commit_reveal_resp()
1053 if (!wrapped_data || wrapped_data_len < AES_BLOCK_SIZE) { in dpp_pkex_rx_commit_reveal_req()
1061 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_pkex_rx_commit_reveal_req()
1233 if (!wrapped_data || wrapped_data_len < AES_BLOCK_SIZE) { in dpp_pkex_rx_commit_reveal_resp()
1241 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_pkex_rx_commit_reveal_resp()