Home
last modified time | relevance | path

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

12

/linux-6.12.1/crypto/
Dcrypto_engine.c585 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_register_aeads()
604 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_unregister_aeads()
630 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count) in crypto_engine_register_ahashes()
649 void crypto_engine_unregister_ahashes(struct ahash_engine_alg *algs, in crypto_engine_unregister_ahashes()
710 int crypto_engine_register_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_register_skciphers()
730 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.c191 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs()
211 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
Dacompress.c182 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
202 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
Daead.c248 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
268 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
Dscompress.c299 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
319 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
Dchacha_generic.c69 static struct skcipher_alg algs[] = { variable
Dshash.c366 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
386 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
Dsha3_generic.c240 static struct shash_alg algs[] = { { variable
Dlskcipher.c380 int crypto_register_lskciphers(struct lskcipher_alg *algs, int count) in crypto_register_lskciphers()
400 void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count) in crypto_unregister_lskciphers()
Dahash.c675 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
695 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
Dalgapi.c477 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
497 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
Dstreebog_generic.c1049 static struct shash_alg algs[2] = { { variable
/linux-6.12.1/arch/arm/crypto/
Dsha2-ce-glue.c68 static struct shash_alg algs[] = { { variable
Dsha256_glue.c54 static struct shash_alg algs[] = { { variable
/linux-6.12.1/arch/arm64/crypto/
Dsha512-glue.c53 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
Dsha256-glue.c66 static struct shash_alg algs[] = { { variable
Dchacha-neon-glue.c163 static struct skcipher_alg algs[] = { variable
Dsha2-ce-glue.c144 static struct shash_alg algs[] = { { variable
/linux-6.12.1/arch/mips/crypto/
Dchacha-glue.c80 static struct skcipher_alg algs[] = { variable
/linux-6.12.1/arch/powerpc/crypto/
Dsha256-spe-glue.c182 static struct shash_alg algs[2] = { { variable
Dchacha-p10-glue.c149 static struct skcipher_alg algs[] = { variable
/linux-6.12.1/arch/x86/crypto/
Dchacha_glue.c230 static struct skcipher_alg algs[] = { variable

12