Home
last modified time | relevance | path

Searched refs:enc_key (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/common/
Ddpp_backup.c267 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 …]
Ddpp_pkex.c148 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()
Ddpp_tcp.c2329 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()
Ddpp.h228 struct wpabuf *enc_key; member