Home
last modified time | relevance | path

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

/crypto/
Dacompress.c169 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
189 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
Drng.c204 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs()
224 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
Dtestmgr.c87 unsigned int count; member
94 unsigned int count; member
101 unsigned int count; member
107 unsigned int count; member
112 unsigned int count; member
117 unsigned int count; member
122 unsigned int count; member
127 unsigned int count; member
Dscompress.c345 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
365 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
Dxor.c72 int i, count, max; in do_xor_speed() local
Dblowfish_common.c354 short i, j, count; in blowfish_setkey() local
Daead.c383 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
403 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
Dahash.c614 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
634 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
Dtgr192.c41 int count; member
Dshash.c512 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
532 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()
Dskcipher.c987 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
1007 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()
/crypto/async_tx/
Draid6test.c86 int count = 0; in raid6_dual_recov() local