Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/internal/
Dcipher.h204 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher() function
/linux-5.19.10/crypto/
Dxcbc.c174 cipher = crypto_spawn_cipher(spawn); in xcbc_init_tfm()
Dcmac.c208 cipher = crypto_spawn_cipher(spawn); in cmac_init_tfm()
Dadiantum.c412 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()
Dvmac.c604 cipher = crypto_spawn_cipher(spawn); in vmac_init_tfm()
Dccm.c848 cipher = crypto_spawn_cipher(spawn); in cbcmac_init_tfm()
Dskcipher.c892 cipher = crypto_spawn_cipher(spawn); in skcipher_init_tfm_simple()