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

/linux-master/include/crypto/internal/
H A Daead.h114 static inline struct crypto_aead *crypto_spawn_aead( function
/linux-master/crypto/
H A Dgeniv.c133 child = crypto_spawn_aead(aead_instance_ctx(inst));
H A Dpcrypt.c190 cipher = crypto_spawn_aead(&ictx->spawn);
H A Dessiv.c334 aead = crypto_spawn_aead(&ictx->u.aead_spawn);
H A Dgcm.c793 aead = crypto_spawn_aead(spawn);
994 aead = crypto_spawn_aead(spawn);
H A Dccm.c674 aead = crypto_spawn_aead(spawn);
H A Dcryptd.c841 cipher = crypto_spawn_aead(spawn);

Completed in 135 milliseconds