Home
last modified time | relevance | path

Searched refs:ptext (Results 1 – 6 of 6) sorted by relevance

/linux/crypto/
H A Dtestmgr.h69 const char *ptext; member
108 const char *ptext; member
8981 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
8987 .ptext = "\x22\x33\x44\x55\x66\x77\x88\x99",
8993 .ptext = "\x01\xa1\xd6\xd0\x39\x77\x67\x42",
8999 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7"
9011 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
9019 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
9027 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
9035 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
[all …]
H A Dtestmgr.c2100 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()
2340 generate_random_bytes(rng, (u8 *)vec->ptext, vec->plen); in generate_aead_message()
2341 sg_set_buf(&src[i++], vec->ptext, vec->plen); in generate_aead_message()
2618 ctx->vec.ptext = kmalloc(ctx->maxdatasize, GFP_KERNEL); in test_aead_slow()
2621 !ctx->vec.ptext || !ctx->vec.ctext) { in test_aead_slow()
2635 kfree(ctx->vec.ptext); in test_aead_slow()
2740 input = enc ? template[i].ptext : template[i].ctext; in test_cipher()
2741 result = enc ? template[i].ctext : template[i].ptext; in test_cipher()
2855 input.iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_skcipher_vec_cfg()
[all …]
/linux/lib/crypto/
H A Daescfb.c108 u8 ptext[64] __nonstring; member
123 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
147 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
172 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
195 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
208 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f",
225 aescfb_encrypt(&ctx, buf, aescfb_tv[i].ptext, aescfb_tv[i].len, in libaescfb_init()
234 if (memcmp(buf, aescfb_tv[i].ptext, aescfb_tv[i].len)) { in libaescfb_init()
H A Daesgcm.c558 const u8 *ptext; member
576 .ptext = ptext1,
586 .ptext = ptext2,
596 .ptext = ptext3,
610 .ptext = ptext1,
621 .ptext = ptext6,
631 .ptext = ptext1,
643 .ptext = ptext9,
655 .ptext = ptext10,
670 .ptext = ptext11,
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c145 uint32_t *ptext = (uint32_t *) licensed; in lpfc_config_port_prep() local
147 for (i = 0; i < 56; i += sizeof (uint32_t), ptext++) in lpfc_config_port_prep()
148 *ptext = cpu_to_be32(*ptext); in lpfc_config_port_prep()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1168 * Changed pText -> ptext