Home
last modified time | relevance | path

Searched defs:plen (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dtcrypt.h27 unsigned int plen; /* per-update length */ member
Dtcrypt.c263 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()
Dalgif_skcipher.c113 int plen = min_t(int, used, sg[i].length); in skcipher_pull_sgl() local
292 int plen; in skcipher_sendmsg() local
Daf_alg.c371 int plen = min_t(int, len, PAGE_SIZE - off); in af_alg_make_sg() local