Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/internal/
Dskcipher.h219 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()
/Linux-v5.10/include/crypto/
Dalgapi.h211 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg() function
/Linux-v5.10/crypto/
Dxcbc.c210 alg = crypto_spawn_cipher_alg(spawn); in xcbc_create()
Dcmac.c244 alg = crypto_spawn_cipher_alg(spawn); in cmac_create()
Dadiantum.c525 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
Dvmac.c639 alg = crypto_spawn_cipher_alg(spawn); in vmac_create()
Dskcipher.c956 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()
Dccm.c883 alg = crypto_spawn_cipher_alg(spawn); in cbcmac_create()