Searched refs:crypto_spawn_cipher_alg (Results 1 – 10 of 10) sorted by relevance
200 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg() function
280 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()
119 cipher_alg = crypto_spawn_cipher_alg(spawn); in lskcipher_alloc_instance_simple2()
205 alg = crypto_spawn_cipher_alg(spawn); in xcbc_create()
253 alg = crypto_spawn_cipher_alg(spawn); in cmac_create()
453 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
556 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
640 alg = crypto_spawn_cipher_alg(spawn); in vmac_create()
879 alg = crypto_spawn_cipher_alg(spawn); in cbcmac_create()
1055 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()
Completed in 27 milliseconds