Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_backup.c265 const struct wpabuf *cont_enc_key) in dpp_build_pw_recipient_info() argument
297 aes_siv_encrypt(kek, hash_len, wpabuf_head(cont_enc_key), in dpp_build_pw_recipient_info()
298 wpabuf_len(cont_enc_key), 0, NULL, NULL, in dpp_build_pw_recipient_info()
349 const struct wpabuf *cont_enc_key) in dpp_build_recipient_info() argument
364 pwri = dpp_build_pw_recipient_info(auth, hash_len, cont_enc_key); in dpp_build_recipient_info()
371 const struct wpabuf *cont_enc_key) in dpp_build_enc_cont_info() argument
405 aes_siv_encrypt(wpabuf_head(cont_enc_key), wpabuf_len(cont_enc_key), in dpp_build_enc_cont_info()
454 struct wpabuf *cont_enc_key = NULL; in dpp_build_enveloped_data() local
472 cont_enc_key = dpp_gen_random(hash_len); in dpp_build_enveloped_data()
473 if (!cont_enc_key) in dpp_build_enveloped_data()
[all …]