Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Daead.h114 static inline struct crypto_aead *crypto_spawn_aead( in crypto_spawn_aead() function
/linux/crypto/
H A Dessiv.c332 aead = crypto_spawn_aead(&ictx->u.aead_spawn); in essiv_aead_init_tfm()