Searched refs:crypto_spawn_cipher_alg (Results 1 – 9 of 9) sorted by relevance
198 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg() function
219 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()
211 alg = crypto_spawn_cipher_alg(spawn); in xcbc_create()
245 alg = crypto_spawn_cipher_alg(spawn); in cmac_create()
454 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
526 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
640 alg = crypto_spawn_cipher_alg(spawn); in vmac_create()
884 alg = crypto_spawn_cipher_alg(spawn); in cbcmac_create()
951 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()