Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
A Dskcipher.h169 static inline struct crypto_skcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/linux/crypto/
A Dctr.c227 cipher = crypto_spawn_skcipher(spawn); in crypto_rfc3686_init_tfm()
A Dlrw.c272 cipher = crypto_spawn_skcipher(spawn); in lrw_init_tfm()
A Dcts.c293 cipher = crypto_spawn_skcipher(spawn); in crypto_cts_init_tfm()
A Dxts.c303 child = crypto_spawn_skcipher(&ictx->spawn); in xts_init_tfm()
A Dauthenc.c313 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
A Dauthencesn.c327 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
A Dhctr2.c345 xctr = crypto_spawn_skcipher(&ictx->xctr_spawn); in hctr2_init_tfm()
A Dessiv.c305 skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn); in essiv_skcipher_init_tfm()
A Dadiantum.c438 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()
A Dchacha20poly1305.c513 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
A Dccm.c407 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()
A Dcryptd.c347 cipher = crypto_spawn_skcipher(spawn); in cryptd_skcipher_init_tfm()
A Dgcm.c533 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_gcm_init_tfm()

Completed in 25 milliseconds