Searched refs:num_mb (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dtcrypt.c68 static u32 num_mb = 8; variable
150 u32 num_mb, int *rc)
155 for (i = 0; i < num_mb; i++) {
163 for (i = 0; i < num_mb; i++) {
176 int blen, int secs, u32 num_mb)
183 rc = kcalloc(num_mb, sizeof(*rc), GFP_KERNEL);
189 ret = do_mult_aead_op(data, enc, num_mb, rc);
195 bcount * num_mb, secs, (u64)bcount * blen * num_mb);
203 int blen, u32 num_mb)
149 do_mult_aead_op(struct test_mb_aead_data *data, int enc, u32 num_mb, int *rc) argument
175 test_mb_aead_jiffies(struct test_mb_aead_data *data, int enc, int blen, int secs, u32 num_mb) argument
202 test_mb_aead_cycles(struct test_mb_aead_data *data, int enc, int blen, u32 num_mb) argument
243 test_mb_aead_speed(const char *algo, int enc, int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize, u32 num_mb) argument
966 do_mult_acipher_op(struct test_mb_skcipher_data *data, int enc, u32 num_mb, int *rc) argument
992 test_mb_acipher_jiffies(struct test_mb_skcipher_data *data, int enc, int blen, int secs, u32 num_mb) argument
1019 test_mb_acipher_cycles(struct test_mb_skcipher_data *data, int enc, int blen, u32 num_mb) argument
1060 test_mb_skcipher_speed(const char *algo, int enc, int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, u32 num_mb) argument
1452 do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) argument
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dmailbox.c67 int num_mb; local
74 num_mb = of_count_phandle_with_args(of_node, "mboxes", "#mbox-cells");
75 if (num_mb == 3 && idx == 1)
101 int num_mb, num_sh, ret = 0; local
104 num_mb = of_count_phandle_with_args(np, "mboxes", "#mbox-cells");
106 dev_dbg(cdev, "Found %d mboxes and %d shmems !\n", num_mb, num_sh);
109 if (num_mb <= 0 || num_sh <= 0 || num_sh > 2 || num_mb > 3 ||
110 (num_mb == 1 && num_sh != 1) || (num_mb
[all...]

Completed in 211 milliseconds