Searched refs:ptext (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/crypto/ |
H A D | testmgr.h | 70 const char *ptext; member 110 const char *ptext; member 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 = "\x01\x23\x45\x67\x89\xab\xcd\xe7" 10243 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7", 10249 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7" 10257 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7" 10265 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7" [all …]
|
H A D | testmgr.c | 2097 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_aead_vec_cfg() 2195 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_aead_vec_cfg() 2341 generate_random_bytes(rng, (u8 *)vec->ptext, vec->plen); in generate_aead_message() 2342 sg_set_buf(&src[i++], vec->ptext, vec->plen); in generate_aead_message() 2620 ctx->vec.ptext = kmalloc(ctx->maxdatasize, GFP_KERNEL); in test_aead_extra() 2623 !ctx->vec.ptext || !ctx->vec.ctext) { in test_aead_extra() 2637 kfree(ctx->vec.ptext); in test_aead_extra() 2748 input = enc ? template[i].ptext : template[i].ctext; in test_cipher() 2749 result = enc ? template[i].ctext : template[i].ptext; in test_cipher() 2870 input.iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_skcipher_vec_cfg() [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | aesgcm.c | 546 const u8 *ptext; member 564 .ptext = ptext1, 574 .ptext = ptext2, 584 .ptext = ptext3, 598 .ptext = ptext1, 609 .ptext = ptext6, 619 .ptext = ptext1, 631 .ptext = ptext9, 643 .ptext = ptext10, 658 .ptext = ptext11, [all …]
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 144 uint32_t *ptext = (uint32_t *) licensed; in lpfc_config_port_prep() local 146 for (i = 0; i < 56; i += sizeof (uint32_t), ptext++) in lpfc_config_port_prep() 147 *ptext = cpu_to_be32(*ptext); in lpfc_config_port_prep()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1168 * Changed pText -> ptext
|