Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.h70 const char *ptext; member
110 const char *ptext; member
15675 .ptext = "\x00",
19853 .ptext =
23317 .ptext = "",
23434 .ptext = "",
23448 .ptext = "",
23462 .ptext = "",
23477 .ptext = "",
23493 .ptext = "",
[all …]
H A Dtestmgr.c2338 sg_set_buf(&src[i++], vec->ptext, vec->plen); in generate_aead_message()
2616 ctx->vec.ptext = kmalloc(ctx->maxdatasize, GFP_KERNEL); in test_aead_extra()
2619 !ctx->vec.ptext || !ctx->vec.ctext) { in test_aead_extra()
2633 kfree(ctx->vec.ptext); in test_aead_extra()
2744 input = enc ? template[i].ptext : template[i].ctext; in test_cipher()
2745 result = enc ? template[i].ctext : template[i].ptext; in test_cipher()
3042 generate_random_bytes(rng, (u8 *)vec->ptext, vec->len); in generate_random_cipher_testvec()
3049 sg_init_one(&src, vec->ptext, vec->len); in generate_random_cipher_testvec()
3180 vec.ptext = kmalloc(maxdatasize, GFP_KERNEL); in test_skcipher_vs_generic_impl()
3182 if (!vec.key || !vec.iv || !vec.ptext || !vec.ctext) { in test_skcipher_vs_generic_impl()
[all …]
/linux/lib/crypto/
H A Daescfb.c109 u8 ptext[64]; member
124 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
148 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
173 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
196 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
209 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f",
226 aescfb_encrypt(&ctx, buf, aescfb_tv[i].ptext, aescfb_tv[i].len, in libaescfb_init()
235 if (memcmp(buf, aescfb_tv[i].ptext, aescfb_tv[i].len)) { in libaescfb_init()
H A Daesgcm.c559 const u8 *ptext; member
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 = 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