Home
last modified time | relevance | path

Searched refs:salg (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
A Dsimd.c148 salg = kzalloc(sizeof(*salg), GFP_KERNEL); in simd_skcipher_create_compat()
149 if (!salg) { in simd_skcipher_create_compat()
155 alg = &salg->alg; in simd_skcipher_create_compat()
191 return salg; in simd_skcipher_create_compat()
194 kfree(salg); in simd_skcipher_create_compat()
203 kfree(salg); in simd_skcipher_free()
373 salg = kzalloc(sizeof(*salg), GFP_KERNEL); in simd_aead_create_compat()
374 if (!salg) { in simd_aead_create_compat()
416 return salg; in simd_aead_create_compat()
419 kfree(salg); in simd_aead_create_compat()
[all …]
A Dhmac.c182 struct shash_alg *salg; in hmac_create() local
201 salg = crypto_spawn_shash_alg(spawn); in hmac_create()
202 alg = &salg->base; in hmac_create()
206 if (crypto_shash_alg_needs_key(salg)) in hmac_create()
209 ds = salg->digestsize; in hmac_create()
210 ss = salg->statesize; in hmac_create()
A Dshash.c193 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report() local
200 rhash.digestsize = salg->digestsize; in crypto_shash_report()
209 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show() local
213 seq_printf(m, "digestsize : %u\n", salg->digestsize); in crypto_shash_show()

Completed in 7 milliseconds