Home
last modified time | relevance | path

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

12

/linux-6.8/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.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.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()
Daead.c319 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
339 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
Dchacha_generic.c69 static struct skcipher_alg algs[] = { variable
Dsha3_generic.c240 static struct shash_alg algs[] = { { variable
Dshash.c431 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
451 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
Dlskcipher.c445 int crypto_register_lskciphers(struct lskcipher_alg *algs, int count) in crypto_register_lskciphers()
465 void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count) in crypto_unregister_lskciphers()
Dstreebog_generic.c1049 static struct shash_alg algs[2] = { { variable
Dahash.c718 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
738 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
Dalgapi.c517 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
537 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
/linux-6.8/arch/arm/crypto/
Dsha256_glue.c57 static struct shash_alg algs[] = { { variable
Dsha2-ce-glue.c68 static struct shash_alg algs[] = { { variable
/linux-6.8/arch/arm64/crypto/
Dsha3-ce-glue.c109 static struct shash_alg algs[] = { { variable
Dsha512-glue.c53 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.8/arch/mips/crypto/
Dchacha-glue.c80 static struct skcipher_alg algs[] = { variable
/linux-6.8/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.8/arch/x86/crypto/
Dchacha_glue.c230 static struct skcipher_alg algs[] = { variable

12