Searched defs:plen (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | tcrypt.h | 27 unsigned int plen; /* per-update length */ member
|
D | tcrypt.c | 263 int blen, int plen, char *out, int sec) in test_hash_jiffies() 338 int blen, int plen, char *out) in test_hash_cycles() 522 int plen, char *out, int sec) in test_ahash_jiffies() 592 int plen, char *out) in test_ahash_cycles()
|
D | algif_skcipher.c | 113 int plen = min_t(int, used, sg[i].length); in skcipher_pull_sgl() local 292 int plen; in skcipher_sendmsg() local
|
D | af_alg.c | 371 int plen = min_t(int, len, PAGE_SIZE - off); in af_alg_make_sg() local
|