Searched refs:enc_key (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/common/ |
D | dpp_backup.c | 267 struct wpabuf *pwri = NULL, *enc_key = NULL, *key_der_alg = NULL, in dpp_build_pw_recipient_info() local 295 enc_key = wpabuf_alloc(hash_len + AES_BLOCK_SIZE); in dpp_build_pw_recipient_info() 296 if (!enc_key || in dpp_build_pw_recipient_info() 299 wpabuf_put(enc_key, hash_len + AES_BLOCK_SIZE)) < 0) in dpp_build_pw_recipient_info() 301 wpa_hexdump_buf(MSG_DEBUG, "DPP: encryptedKey", enc_key); in dpp_build_pw_recipient_info() 319 wpabuf_len(key_enc_alg) + wpabuf_len(enc_key)); in dpp_build_pw_recipient_info() 335 asn1_put_octet_string(pwri, enc_key); in dpp_build_pw_recipient_info() 340 wpabuf_free(enc_key); in dpp_build_pw_recipient_info() 527 const u8 *enc_key; member 721 data->enc_key = hdr.payload; in dpp_parse_recipient_infos() [all …]
|
D | dpp_pkex.c | 148 wpabuf_free(pkex->enc_key); in dpp_pkex_build_exchange_req() 149 pkex->enc_key = wpabuf_alloc_copy(Mx, 2 * curve->prime_len); in dpp_pkex_build_exchange_req() 1386 wpabuf_free(pkex->enc_key); in dpp_pkex_free()
|
D | dpp_tcp.c | 2329 if (!conn->pkex || !conn->pkex->enc_key) in dpp_controller_is_own_pkex_req() 2340 if (attr_key_len == wpabuf_len(conn->pkex->enc_key) && in dpp_controller_is_own_pkex_req() 2341 os_memcmp(attr_key, wpabuf_head(conn->pkex->enc_key), in dpp_controller_is_own_pkex_req()
|
D | dpp.h | 228 struct wpabuf *enc_key; member
|