Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/internal/
Dcipher.h206 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher() function
/Linux-v6.6/crypto/
Dxcbc.c174 cipher = crypto_spawn_cipher(spawn); in xcbc_init_tfm()
Dcmac.c209 cipher = crypto_spawn_cipher(spawn); in cmac_init_tfm()
Dhctr2.c349 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in hctr2_init_tfm()
Dadiantum.c411 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()
Dvmac.c604 cipher = crypto_spawn_cipher(spawn); in vmac_init_tfm()
Dccm.c847 cipher = crypto_spawn_cipher(spawn); in cbcmac_init_tfm()
Dskcipher.c943 cipher = crypto_spawn_cipher(spawn); in skcipher_init_tfm_simple()