Searched refs:ptext (Results 1 - 4 of 4) sorted by relevance

/linux-master/crypto/
H A Dtestmgr.h55 * @ptext: Pointer to plaintext
57 * @len: Length of @ptext and @ctext in bytes
70 const char *ptext; member in struct:cipher_testvec
85 * @ptext: Pointer to plaintext
96 * @plen: Length of @ptext in bytes
110 const char *ptext; member in struct:aead_testvec
10213 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
10219 .ptext = "\x22\x33\x44\x55\x66\x77\x88\x99",
10225 .ptext = "\x01\xa1\xd6\xd0\x39\x77\x67\x42",
10231 .ptext
[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,
2337 generate_random_bytes(rng, (u8 *)vec->ptext, vec->plen);
2338 sg_set_buf(&src[i++], vec->ptext, vec->plen);
2616 ctx->vec.ptext = kmalloc(ctx->maxdatasize, GFP_KERNEL);
2619 !ctx->vec.ptext || !ctx->vec.ctext) {
2633 kfree(ctx->vec.ptext);
2744 input = enc ? template[i].ptext : template[i].ctext;
2745 result = enc ? template[i].ctext : template[i].ptext;
2866 input.iov_base = enc ? (void *)vec->ptext
[all...]
/linux-master/lib/crypto/
H A Daesgcm.c559 const u8 *ptext; member in struct:__anon678
577 .ptext = ptext1,
587 .ptext = ptext2,
597 .ptext = ptext3,
611 .ptext = ptext1,
622 .ptext = ptext6,
632 .ptext = ptext1,
644 .ptext = ptext9,
656 .ptext = ptext10,
671 .ptext
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c145 uint32_t *ptext = (uint32_t *) licensed; local
147 for (i = 0; i < 56; i += sizeof (uint32_t), ptext++)
148 *ptext = cpu_to_be32(*ptext);

Completed in 201 milliseconds