Searched defs:algs (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | rng.c | 206 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() 226 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
|
D | aead.c | 382 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads() 402 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
|
D | skcipher.c | 424 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() 444 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()
|
D | shash.c | 503 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() 523 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()
|