Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/internal/
Dcipher.h198 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg() function
Dskcipher.h219 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()
/linux-6.1.9/crypto/
Dxcbc.c211 alg = crypto_spawn_cipher_alg(spawn); in xcbc_create()
Dcmac.c245 alg = crypto_spawn_cipher_alg(spawn); in cmac_create()
Dhctr2.c454 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
Dadiantum.c526 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
Dvmac.c640 alg = crypto_spawn_cipher_alg(spawn); in vmac_create()
Dccm.c884 alg = crypto_spawn_cipher_alg(spawn); in cbcmac_create()
Dskcipher.c951 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()