maxdatasize      1509 crypto/testmgr.c 					 unsigned int maxdatasize,
maxdatasize      1513 crypto/testmgr.c 	vec->psize = generate_random_length(maxdatasize);
maxdatasize      1558 crypto/testmgr.c 	const unsigned int maxdatasize = (2 * PAGE_SIZE) - TESTMGR_POISON_LEN;
maxdatasize      1633 crypto/testmgr.c 	vec.plaintext = kmalloc(maxdatasize, GFP_KERNEL);
maxdatasize      1642 crypto/testmgr.c 					     maxkeysize, maxdatasize,
maxdatasize      2057 crypto/testmgr.c 					 unsigned int maxdatasize,
maxdatasize      2084 crypto/testmgr.c 	if (WARN_ON(authsize > maxdatasize))
maxdatasize      2085 crypto/testmgr.c 		authsize = maxdatasize;
maxdatasize      2086 crypto/testmgr.c 	maxdatasize -= authsize;
maxdatasize      2090 crypto/testmgr.c 	total_len = generate_random_length(maxdatasize);
maxdatasize      2143 crypto/testmgr.c 	const unsigned int maxdatasize = (2 * PAGE_SIZE) - TESTMGR_POISON_LEN;
maxdatasize      2231 crypto/testmgr.c 	vec.assoc = kmalloc(maxdatasize, GFP_KERNEL);
maxdatasize      2232 crypto/testmgr.c 	vec.ptext = kmalloc(maxdatasize, GFP_KERNEL);
maxdatasize      2233 crypto/testmgr.c 	vec.ctext = kmalloc(maxdatasize, GFP_KERNEL);
maxdatasize      2241 crypto/testmgr.c 					     maxkeysize, maxdatasize,
maxdatasize      2649 crypto/testmgr.c 					   unsigned int maxdatasize,
maxdatasize      2670 crypto/testmgr.c 	vec->len = generate_random_length(maxdatasize);
maxdatasize      2710 crypto/testmgr.c 	const unsigned int maxdatasize = (2 * PAGE_SIZE) - TESTMGR_POISON_LEN;
maxdatasize      2795 crypto/testmgr.c 	vec.ptext = kmalloc(maxdatasize, GFP_KERNEL);
maxdatasize      2796 crypto/testmgr.c 	vec.ctext = kmalloc(maxdatasize, GFP_KERNEL);
maxdatasize      2803 crypto/testmgr.c 		generate_random_cipher_testvec(generic_req, &vec, maxdatasize,