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

/freebsd-current/contrib/wpa/src/common/
H A Ddpp_backup.c265 const struct wpabuf *cont_enc_key)
297 aes_siv_encrypt(kek, hash_len, wpabuf_head(cont_enc_key),
298 wpabuf_len(cont_enc_key), 0, NULL, NULL,
349 const struct wpabuf *cont_enc_key)
364 pwri = dpp_build_pw_recipient_info(auth, hash_len, cont_enc_key);
371 const struct wpabuf *cont_enc_key)
405 aes_siv_encrypt(wpabuf_head(cont_enc_key), wpabuf_len(cont_enc_key),
454 struct wpabuf *cont_enc_key = NULL; local
472 cont_enc_key
264 dpp_build_pw_recipient_info(struct dpp_authentication *auth, size_t hash_len, const struct wpabuf *cont_enc_key) argument
348 dpp_build_recipient_info(struct dpp_authentication *auth, size_t hash_len, const struct wpabuf *cont_enc_key) argument
370 dpp_build_enc_cont_info(struct dpp_authentication *auth, size_t hash_len, const struct wpabuf *cont_enc_key) argument
[all...]

Completed in 49 milliseconds