Lines Matching defs:count
229 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count,
239 err = crypto_register_skciphers(algs, count);
243 for (i = 0; i < count; i++) {
258 simd_unregister_skciphers(algs, count, simd_algs);
263 void simd_unregister_skciphers(struct skcipher_alg *algs, int count,
268 crypto_unregister_skciphers(algs, count);
270 for (i = 0; i < count; i++) {
476 int simd_register_aeads_compat(struct aead_alg *algs, int count,
486 err = crypto_register_aeads(algs, count);
490 for (i = 0; i < count; i++) {
505 simd_unregister_aeads(algs, count, simd_algs);
510 void simd_unregister_aeads(struct aead_alg *algs, int count,
515 crypto_unregister_aeads(algs, count);
517 for (i = 0; i < count; i++) {