Searched refs:ctext (Results 1 - 9 of 9) sorted by relevance

/linux-master/lib/crypto/
H A Daesgcm.c560 const u8 *ctext; member in struct:__anon678
573 .ctext = ctext0,
579 .ctext = ctext1,
589 .ctext = ctext2,
603 .ctext = ctext3,
607 .ctext = ctext4,
613 .ctext = ctext5,
624 .ctext = ctext6,
628 .ctext = ctext7,
634 .ctext
[all...]
H A Daescfb.c110 u8 ctext[64]; member in struct:__anon3328
132 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20"
156 .ctext = "\xcd\xc8\x0d\x6f\xdd\xf1\x8c\xab"
181 .ctext = "\xdc\x7e\x84\xbf\xda\x79\x16\x4b"
199 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20"
210 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad",
228 if (memcmp(buf, aescfb_tv[i].ctext, aescfb_tv[i].len)) {
242 if (memcmp(buf, aescfb_tv[i].ctext, aescfb_tv[i].len)) {
/linux-master/crypto/
H A Dtestmgr.h56 * @ctext: Pointer to ciphertext
57 * @len: Length of @ptext and @ctext in bytes
71 const char *ctext; member in struct:cipher_testvec
87 * @ctext: Pointer to the full authenticated ciphertext. For AEADs that
98 * @clen: Length of @ctext in bytes
112 const char *ctext; member in struct:aead_testvec
10360 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d",
10366 .ctext = "\xf7\x9c\x89\x2a\x33\x8f\x4a\x8b",
10372 .ctext = "\x69\x0f\x5b\x0d\x9a\x26\x93\x9b",
10380 .ctext
[all...]
H A Dtestmgr.c2093 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext;
2191 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext,
2290 flip_random_bit(rng, (u8 *)vec->ctext + vec->plen, authsize);
2293 flip_random_bit(rng, (u8 *)vec->ctext, vec->clen);
2325 generate_random_bytes(rng, (u8 *)vec->ctext, vec->clen);
2340 sg_init_one(&dst, vec->ctext, vec->alen + vec->clen);
2350 memmove((u8 *)vec->ctext, vec->ctext + vec->alen, vec->clen);
2617 ctx->vec.ctext = kmalloc(ctx->maxdatasize, GFP_KERNEL);
2619 !ctx->vec.ptext || !ctx->vec.ctext) {
[all...]
/linux-master/fs/ceph/
H A Dcrypto.h23 unsigned char *ctext; // binary crypttext (if any) member in struct:ceph_fname
H A Dcrypto.c449 iname.name = fname->ctext;
H A Dexport.c578 .ctext = rinfo->altname,
H A Dinode.c1561 .ctext = rinfo->altname,
H A Dmds_client.c478 fname.ctext = altname;

Completed in 232 milliseconds