Home
last modified time | relevance | path

Searched defs:algs (Results 1 – 25 of 65) sorted by relevance

123

/kernel/linux/linux-6.6/crypto/
Dcrypto_engine.c589 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_register_aeads()
608 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_unregister_aeads()
634 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count) in crypto_engine_register_ahashes()
653 void crypto_engine_unregister_ahashes(struct ahash_engine_alg *algs, in crypto_engine_unregister_ahashes()
714 int crypto_engine_register_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_register_skciphers()
734 void crypto_engine_unregister_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_unregister_skciphers()
Dsimd.c207 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat()
241 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
430 int simd_register_aeads_compat(struct aead_alg *algs, int count, in simd_register_aeads_compat()
464 void simd_unregister_aeads(struct aead_alg *algs, int count, in simd_unregister_aeads()
Drng.c225 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs()
245 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
Dacompress.c215 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
235 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
Dscompress.c280 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
300 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
Dchacha_generic.c69 static struct skcipher_alg algs[] = { variable
Daead.c312 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
332 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
/kernel/linux/linux-5.10/crypto/
Dsimd.c229 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat()
263 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
476 int simd_register_aeads_compat(struct aead_alg *algs, int count, in simd_register_aeads_compat()
510 void simd_unregister_aeads(struct aead_alg *algs, int count, in simd_unregister_aeads()
Drng.c198 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs()
218 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
Dacompress.c168 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
188 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
Dscompress.c281 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
301 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
Daead.c256 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
276 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
Dchacha_generic.c69 static struct skcipher_alg algs[] = { variable
/kernel/linux/linux-6.6/arch/arm/crypto/
Dsha2-ce-glue.c68 static struct shash_alg algs[] = { { variable
Dsha256_glue.c54 static struct shash_alg algs[] = { { variable
/kernel/linux/linux-5.10/arch/arm/crypto/
Dsha256_glue.c57 static struct shash_alg algs[] = { { variable
Dsha2-ce-glue.c68 static struct shash_alg algs[] = { { variable
/kernel/linux/linux-6.6/arch/arm64/crypto/
Dsha512-glue.c55 static struct shash_alg algs[] = { { variable
Dsha3-ce-glue.c109 static struct shash_alg algs[] = { { variable
Dsha512-ce-glue.c84 static struct shash_alg algs[] = { { variable
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dsha3-ce-glue.c109 static struct shash_alg algs[] = { { variable
Dsha512-glue.c55 static struct shash_alg algs[] = { { variable
Dsha512-ce-glue.c84 static struct shash_alg algs[] = { { variable
/kernel/linux/linux-6.6/arch/mips/crypto/
Dchacha-glue.c80 static struct skcipher_alg algs[] = { variable
/kernel/linux/linux-5.10/arch/mips/crypto/
Dchacha-glue.c80 static struct skcipher_alg algs[] = { variable

123