Home
last modified time | relevance | path

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

/crypto/
Dfips140-alg-registration.c306 int fips140_crypto_register_algs(struct crypto_alg *algs, int count) in fips140_crypto_register_algs()
320 int fips140_crypto_register_aeads(struct aead_alg *algs, int count) in fips140_crypto_register_aeads()
334 int fips140_crypto_register_ahashes(struct ahash_alg *algs, int count) in fips140_crypto_register_ahashes()
348 int fips140_crypto_register_rngs(struct rng_alg *algs, int count) in fips140_crypto_register_rngs()
362 int fips140_crypto_register_shashes(struct shash_alg *algs, int count) in fips140_crypto_register_shashes()
376 int fips140_crypto_register_skciphers(struct skcipher_alg *algs, int count) in fips140_crypto_register_skciphers()
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.c229 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat()
263 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
476 int simd_register_aeads_compat(struct aead_alg *algs, int count, in simd_register_aeads_compat()
510 void simd_unregister_aeads(struct aead_alg *algs, int count, in simd_unregister_aeads()
Dacompress.c168 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
188 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
Dchacha_generic.c69 static struct skcipher_alg algs[] = { variable
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()
Daead.c257 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
277 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
Dsha3_generic.c240 static struct shash_alg algs[] = { { variable
Dstreebog_generic.c1049 static struct shash_alg algs[2] = { { variable
Dahash.c603 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
623 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
Dshash.c574 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
594 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
Dskcipher.c829 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
849 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()
Dalgapi.c493 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
513 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()