Home
last modified time | relevance | path

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

/crypto/
Drng.c206 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()
Daead.c382 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()
Dskcipher.c424 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()
Dshash.c503 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()
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()