Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_internal.c482 size_t res_len, ad_len; in tls_connection_handshake2() local
492 &res_len, &ad, &ad_len, need_more_data); in tls_connection_handshake2()
503 *appl_data = wpabuf_alloc_ext_data(ad, ad_len); in tls_connection_handshake2()
/hostap-latest/src/ap/
Dwpa_auth_ft.c81 size_t ad_len[3] = { ETH_ALEN, auth_len, sizeof(type) }; in wpa_ft_rrb_decrypt() local
109 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt()
118 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt()
484 size_t ad_len[3] = { ETH_ALEN, auth_len, sizeof(type) }; in wpa_ft_rrb_encrypt() local
497 3, ad, ad_len, enc) < 0) { in wpa_ft_rrb_encrypt()