Home
last modified time | relevance | path

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

/crypto/
Dacompress.c169 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
189 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
Drng.c204 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs()
224 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
Dscompress.c345 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
365 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
Daead.c383 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
403 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
Dchacha_generic.c147 static struct skcipher_alg algs[] = { variable
Dahash.c614 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
634 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
Dshash.c512 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
532 int crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
Dalgapi.c423 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
443 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
Dskcipher.c987 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
1007 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()