Searched defs:count (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | rng.c | 206 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() 226 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
|
D | testmgr.c | 86 unsigned int count; member 93 unsigned int count; member 100 unsigned int count; member 106 unsigned int count; member 111 unsigned int count; member 116 unsigned int count; member 121 unsigned int count; member 126 unsigned int count; member
|
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 | 382 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads() 402 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
|
D | skcipher.c | 424 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() 444 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()
|
D | tgr192.c | 40 int count; member
|
D | shash.c | 503 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() 523 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()
|
/crypto/async_tx/ |
D | raid6test.c | 86 int count = 0; in raid6_dual_recov() local
|