Home
last modified time | relevance | path

Searched refs:blen (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dtcrypt.h72 { .blen = 16, .plen = 16, },
73 { .blen = 64, .plen = 16, },
74 { .blen = 64, .plen = 64, },
75 { .blen = 256, .plen = 16, },
76 { .blen = 256, .plen = 64, },
96 { .blen = 0, .plen = 0, }
100 { .blen = 96, .plen = 16, },
101 { .blen = 96, .plen = 32, },
102 { .blen = 96, .plen = 96, },
103 { .blen = 288, .plen = 16, },
[all …]
A Dahash.c411 int blen; in ahash_update_finish() local
415 blen = *blenp; in ahash_update_finish()
418 if (blen) { in ahash_update_finish()
428 memcpy(buf, req->svirt + req->nbytes - blen, blen); in ahash_update_finish()
431 *blenp = blen; in ahash_update_finish()
449 int blen, err; in crypto_ahash_update() local
460 blen = *blenp; in crypto_ahash_update()
474 if (blen) { in crypto_ahash_update()
498 int blen; in ahash_finup_finish() local
503 if (blen) { in ahash_finup_finish()
[all …]
A Dtcrypt.c176 int blen, int secs, u32 num_mb) in test_mb_aead_jiffies() argument
203 int blen, u32 num_mb) in test_mb_aead_cycles() argument
454 int blen, int secs) in test_aead_jiffies() argument
513 (cycles + 4) / 8, blen); in test_aead_cycles()
746 if (plen == blen) in test_ahash_jiffies()
815 if (plen == blen) in test_ahash_cycles()
919 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen); in test_ahash_speed_common()
1020 int blen, u32 num_mb) in test_mb_acipher_cycles() argument
1222 int blen, int secs) in test_acipher_jiffies() argument
1247 int blen) in test_acipher_cycles() argument
[all …]

Completed in 14 milliseconds