Home
last modified time | relevance | path

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

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