Home
last modified time | relevance | path

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

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