Searched defs:count (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 | rng.c | 198 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()
|
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 | acompress.c | 168 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()
|
D | scompress.c | 281 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()
|
D | aead.c | 257 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()
|
D | blowfish_common.c | 349 short i, j, count; in blowfish_setkey() local
|
D | algapi.c | 493 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() 544 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() 591 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates()
|
D | testmgr.c | 88 unsigned int count; member 107 unsigned int count; member 113 unsigned int count; member 119 unsigned int count; member 124 unsigned int count; member 129 unsigned int count; member 134 unsigned int count; member 139 unsigned int count; member 460 unsigned int count, int *flags_ret) in valid_sg_divisions() 872 static void generate_random_bytes(u8 *buf, size_t count) in generate_random_bytes()
|
D | ahash.c | 603 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()
|
D | shash.c | 574 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()
|
D | fips140-module.c | 352 u32 count; member
|
D | skcipher.c | 829 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()
|
/crypto/async_tx/ |
D | raid6test.c | 77 int count = 0; in raid6_dual_recov() local
|