Searched defs:count (Results 1 – 15 of 15) sorted by relevance
| /crypto/ |
| A D | crypto_engine.c | 521 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_register_aeads() 540 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_unregister_aeads() 563 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count) in crypto_engine_register_ahashes() 583 int count) in crypto_engine_unregister_ahashes() 635 int count) in crypto_engine_register_skciphers() 655 int count) in crypto_engine_unregister_skciphers()
|
| A D | simd.c | 207 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat() 241 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers() 430 int simd_register_aeads_compat(struct aead_alg *algs, int count, in simd_register_aeads_compat() 464 void simd_unregister_aeads(struct aead_alg *algs, int count, in simd_unregister_aeads()
|
| A D | rng.c | 192 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() 212 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
|
| A D | aead.c | 250 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads() 270 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
|
| A D | algapi.c | 508 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs() 528 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() 561 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() 610 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates()
|
| A D | scompress.c | 380 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps() 400 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
|
| A D | blowfish_common.c | 350 short i, j, count; in blowfish_setkey() local
|
| A D | testmgr.c | 86 unsigned int count; member 105 unsigned int count; member 111 unsigned int count; member 117 unsigned int count; member 122 unsigned int count; member 127 unsigned int count; member 132 unsigned int count; member 137 unsigned int count; member 142 unsigned int count; member 493 unsigned int count, int *flags_ret) in valid_sg_divisions() [all …]
|
| A D | acompress.c | 334 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps() 354 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
|
| A D | jitterentropy-testing.c | 268 size_t count, loff_t *ppos) in jent_raw_hires_read()
|
| A D | lskcipher.c | 381 int crypto_register_lskciphers(struct lskcipher_alg *algs, int count) in crypto_register_lskciphers() 401 void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count) in crypto_unregister_lskciphers()
|
| A D | skcipher.c | 487 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() 507 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()
|
| A D | shash.c | 539 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() 559 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
|
| A D | ahash.c | 1003 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes() 1023 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
|
| /crypto/async_tx/ |
| A D | raid6test.c | 77 int count = 0; in raid6_dual_recov() local
|
Completed in 46 milliseconds