Searched refs:blen (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | tcrypt.h | 26 unsigned int blen; /* buffer length */ member 73 { .blen = 16, .plen = 16, }, 74 { .blen = 64, .plen = 16, }, 75 { .blen = 64, .plen = 64, }, 76 { .blen = 256, .plen = 16, }, 77 { .blen = 256, .plen = 64, }, 78 { .blen = 256, .plen = 256, }, 79 { .blen = 1024, .plen = 16, }, 80 { .blen = 1024, .plen = 256, }, 81 { .blen = 1024, .plen = 1024, }, [all …]
|
D | tcrypt.c | 183 int blen, int secs, u32 num_mb) in test_mb_aead_jiffies() argument 202 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies() 210 int blen, u32 num_mb) in test_mb_aead_cycles() argument 243 (cycles + 4) / (8 * num_mb), blen); in test_mb_aead_cycles() 454 int blen, int secs) in test_aead_jiffies() argument 472 bcount, secs, (u64)bcount * blen); in test_aead_jiffies() 476 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles() argument 513 (cycles + 4) / 8, blen); in test_aead_cycles() 743 static int test_mb_ahash_jiffies(struct test_mb_ahash_data *data, int blen, in test_mb_ahash_jiffies() argument 763 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_ahash_jiffies() [all …]
|