Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dcipher.h200 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg() function
H A Dskcipher.h292 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()
/linux/crypto/
H A Dxcbc.c148 alg = crypto_spawn_cipher_alg(spawn); in xcbc_create()
H A Decb.c119 cipher_alg = crypto_spawn_cipher_alg(spawn); in lskcipher_alloc_instance_simple2()
H A Dcmac.c196 alg = crypto_spawn_cipher_alg(spawn); in cmac_create()
H A Dhctr2.c371 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
H A Dadiantum.c604 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
H A Dskcipher.c855 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()
H A Dccm.c868 alg = crypto_spawn_cipher_alg(spawn); in cbcmac_create()