Home
last modified time | relevance | path

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

/crypto/
Dacompress.c160 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
180 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
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()
Dsimd.c232 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat()
266 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
482 int simd_register_aeads_compat(struct aead_alg *algs, int count, in simd_register_aeads_compat()
516 void simd_unregister_aeads(struct aead_alg *algs, int count, in simd_unregister_aeads()
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()
Dsha3_generic.c240 static struct shash_alg algs[] = { { variable
Daead.c422 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
442 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
Dchacha_generic.c141 static struct skcipher_alg algs[] = { variable
Dstreebog_generic.c1049 static struct shash_alg algs[2] = { { variable
Dahash.c607 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
627 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
Dshash.c516 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
536 int crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
Dalgapi.c440 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
460 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
Dskcipher.c1066 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
1086 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()