Searched refs:ctext (Results 1 – 9 of 9) sorted by relevance
| /linux/crypto/ |
| H A D | testmgr.h | 70 const char *ctext; member 110 const char *ctext; member 7610 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d", 7616 .ctext = "\xf7\x9c\x89\x2a\x33\x8f\x4a\x8b", 7622 .ctext = "\x69\x0f\x5b\x0d\x9a\x26\x93\x9b", 7630 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d" 7640 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d", 7648 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d", 7656 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d", 7664 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d", [all …]
|
| H A D | testmgr.c | 2100 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_aead_vec_cfg() 2198 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_aead_vec_cfg() 2293 flip_random_bit(rng, (u8 *)vec->ctext + vec->plen, authsize); in mutate_aead_message() 2296 flip_random_bit(rng, (u8 *)vec->ctext, vec->clen); in mutate_aead_message() 2328 generate_random_bytes(rng, (u8 *)vec->ctext, vec->clen); in generate_aead_message() 2343 sg_init_one(&dst, vec->ctext, vec->alen + vec->clen); in generate_aead_message() 2353 memmove((u8 *)vec->ctext, vec->ctext + vec->alen, vec->clen); in generate_aead_message() 2619 ctx->vec.ctext = kmalloc(ctx->maxdatasize, GFP_KERNEL); in test_aead_slow() 2621 !ctx->vec.ptext || !ctx->vec.ctext) { in test_aead_slow() 2636 kfree(ctx->vec.ctext); in test_aead_slow() [all …]
|
| /linux/lib/crypto/ |
| H A D | aesgcm.c | 559 const u8 *ctext; member 572 .ctext = ctext0, 578 .ctext = ctext1, 588 .ctext = ctext2, 602 .ctext = ctext3, 606 .ctext = ctext4, 612 .ctext = ctext5, 623 .ctext = ctext6, 627 .ctext = ctext7, 633 .ctext = ctext8, [all …]
|
| H A D | aescfb.c | 109 u8 ctext[64] __nonstring; member 131 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20" 155 .ctext = "\xcd\xc8\x0d\x6f\xdd\xf1\x8c\xab" 180 .ctext = "\xdc\x7e\x84\xbf\xda\x79\x16\x4b" 198 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20" 209 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad", 227 if (memcmp(buf, aescfb_tv[i].ctext, aescfb_tv[i].len)) { in libaescfb_init() 241 if (memcmp(buf, aescfb_tv[i].ctext, aescfb_tv[i].len)) { in libaescfb_init()
|
| /linux/fs/ceph/ |
| H A D | crypto.h | 24 unsigned char *ctext; // binary crypttext (if any) member
|
| H A D | crypto.c | 372 iname.name = fname->ctext; in ceph_fname_to_usr()
|
| H A D | export.c | 589 .ctext = rinfo->altname, in ceph_get_name()
|
| H A D | inode.c | 1604 .ctext = rinfo->altname, in ceph_fill_trace()
|
| H A D | mds_client.c | 479 fname.ctext = altname; in parse_reply_info_readdir()
|