Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dfils_aead.c23 static int aes_s2v(const u8 *in_key, size_t key_len, in aes_s2v() function
89 res = aes_s2v(key /* K1 */, key_len, num_elem, addr, len, v); in aes_siv_encrypt()
195 res = aes_s2v(key /* K1 */, key_len, num_elem, addr, len, check); in aes_siv_decrypt()