Searched defs:algs (Results 1 – 9 of 9) sorted by relevance
| /crypto/ |
| D | acompress.c | 169 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()
|
| D | rng.c | 204 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()
|
| D | scompress.c | 345 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()
|
| D | aead.c | 383 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()
|
| D | chacha_generic.c | 147 static struct skcipher_alg algs[] = { variable
|
| D | ahash.c | 614 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()
|
| D | shash.c | 512 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()
|
| D | algapi.c | 423 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()
|
| D | skcipher.c | 987 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()
|