Lines Matching refs:ctext
1994 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext;
2092 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext,
2186 flip_random_bit((u8 *)vec->ctext + vec->plen, authsize);
2189 flip_random_bit((u8 *)vec->ctext, vec->clen);
2219 generate_random_bytes((u8 *)vec->ctext, vec->clen);
2234 sg_init_one(&dst, vec->ctext, vec->alen + vec->clen);
2244 memmove((u8 *)vec->ctext, vec->ctext + vec->alen, vec->clen);
2509 ctx->vec.ctext = kmalloc(ctx->maxdatasize, GFP_KERNEL);
2511 !ctx->vec.ptext || !ctx->vec.ctext) {
2526 kfree(ctx->vec.ctext);
2638 input = enc ? template[i].ptext : template[i].ctext;
2639 result = enc ? template[i].ctext : template[i].ptext;
2760 input.iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext;
2838 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext,
2941 sg_init_one(&dst, vec->ctext, vec->len);
2953 memset((u8 *)vec->ctext, 0, vec->len);
3069 vec.ctext = kmalloc(maxdatasize, GFP_KERNEL);
3070 if (!vec.key || !vec.iv || !vec.ptext || !vec.ctext) {
3096 kfree(vec.ctext);