Searched defs:algs (Results 1 – 14 of 14) sorted by relevance
/crypto/ |
D | fips140-alg-registration.c | 306 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()
|
D | crypto_engine.c | 589 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_register_aeads() 608 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_unregister_aeads() 634 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count) in crypto_engine_register_ahashes() 653 void crypto_engine_unregister_ahashes(struct ahash_engine_alg *algs, in crypto_engine_unregister_ahashes() 714 int crypto_engine_register_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_register_skciphers() 734 void crypto_engine_unregister_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_unregister_skciphers()
|
D | simd.c | 229 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()
|
D | rng.c | 225 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() 245 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
|
D | acompress.c | 215 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps() 235 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
|
D | chacha_generic.c | 69 static struct skcipher_alg algs[] = { variable
|
D | scompress.c | 280 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps() 300 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
|
D | aead.c | 312 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads() 332 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
|
D | sha3_generic.c | 240 static struct shash_alg algs[] = { { variable
|
D | streebog_generic.c | 1049 static struct shash_alg algs[2] = { { variable
|
D | ahash.c | 631 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes() 651 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
|
D | algapi.c | 517 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() 537 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
|
D | skcipher.c | 880 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() 900 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()
|
D | shash.c | 750 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() 770 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
|