Searched defs:count (Results 1 – 13 of 13) sorted by relevance
| /crypto/ |
| D | acompress.c | 169 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()
|
| D | rng.c | 204 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()
|
| D | testmgr.c | 87 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
|
| D | scompress.c | 345 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()
|
| D | xor.c | 72 int i, count, max; in do_xor_speed() local
|
| D | blowfish_common.c | 354 short i, j, count; in blowfish_setkey() local
|
| D | aead.c | 383 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()
|
| D | ahash.c | 614 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()
|
| D | tgr192.c | 41 int count; member
|
| D | shash.c | 512 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()
|
| D | algapi.c | 423 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()
|
| D | skcipher.c | 987 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/ |
| D | raid6test.c | 86 int count = 0; in raid6_dual_recov() local
|