Searched refs:ctext (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | testmgr.h | 69 const char *ctext; member 104 const char *ctext; member 7226 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d", 7232 .ctext = "\xf7\x9c\x89\x2a\x33\x8f\x4a\x8b", 7238 .ctext = "\x69\x0f\x5b\x0d\x9a\x26\x93\x9b", 7246 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d" 7256 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d", 7263 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d" 7271 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d" 7281 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d" [all …]
|
D | testmgr.c | 1904 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_aead_vec_cfg() 1991 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_aead_vec_cfg() 2115 sg_init_one(&dst, vec->ctext, vec->alen + vec->clen); in generate_random_aead_testvec() 2122 memmove((u8 *)vec->ctext, vec->ctext + vec->alen, vec->clen); in generate_random_aead_testvec() 2232 vec.ctext = kmalloc(maxdatasize, GFP_KERNEL); in test_aead_vs_generic_impl() 2233 if (!vec.key || !vec.iv || !vec.assoc || !vec.ptext || !vec.ctext) { in test_aead_vs_generic_impl() 2261 kfree(vec.ctext); in test_aead_vs_generic_impl() 2374 input = enc ? template[i].ptext : template[i].ctext; in test_cipher() 2375 result = enc ? template[i].ctext : template[i].ptext; in test_cipher() 2495 input.iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_skcipher_vec_cfg() [all …]
|