Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
A Dcipher.h206 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher() function
/linux/crypto/
A Decb.c76 cipher = crypto_spawn_cipher(spawn); in lskcipher_init_tfm_simple2()
A Dxcbc.c169 cipher = crypto_spawn_cipher(spawn); in xcbc_init_tfm()
A Dcmac.c202 cipher = crypto_spawn_cipher(spawn); in cmac_init_tfm()
A Dxts.c309 tweak = crypto_spawn_cipher(&ictx->tweak_spawn); in xts_init_tfm()
A Dhctr2.c349 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in hctr2_init_tfm()
A Dadiantum.c442 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()
A Dvmac.c604 cipher = crypto_spawn_cipher(spawn); in vmac_init_tfm()
A Dccm.c843 cipher = crypto_spawn_cipher(spawn); in cbcmac_init_tfm()
A Dskcipher.c996 cipher = crypto_spawn_cipher(spawn); in skcipher_init_tfm_simple()

Completed in 24 milliseconds