Searched refs:blen (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | tcrypt.h | 26 unsigned int blen; /* buffer length */ member 72 { .blen = 16, .plen = 16, }, 73 { .blen = 64, .plen = 16, }, 74 { .blen = 64, .plen = 64, }, 75 { .blen = 256, .plen = 16, }, 76 { .blen = 256, .plen = 64, }, 77 { .blen = 256, .plen = 256, }, 78 { .blen = 1024, .plen = 16, }, 79 { .blen = 1024, .plen = 256, }, 80 { .blen = 1024, .plen = 1024, }, [all …]
|
D | tcrypt.c | 184 int blen, int secs, u32 num_mb) in test_mb_aead_jiffies() argument 203 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies() 211 int blen, u32 num_mb) in test_mb_aead_cycles() argument 244 (cycles + 4) / (8 * num_mb), blen); in test_mb_aead_cycles() 462 int blen, int secs) in test_aead_jiffies() argument 480 bcount, secs, (u64)bcount * blen); in test_aead_jiffies() 484 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles() argument 521 (cycles + 4) / 8, blen); in test_aead_cycles() 757 static int test_mb_ahash_jiffies(struct test_mb_ahash_data *data, int blen, in test_mb_ahash_jiffies() argument 777 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_ahash_jiffies() [all …]
|