Searched refs:ptext (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/crypto/ |
D | testmgr.h | 68 const char *ptext; member 108 const char *ptext; member 8659 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7", 8665 .ptext = "\x22\x33\x44\x55\x66\x77\x88\x99", 8671 .ptext = "\x01\xa1\xd6\xd0\x39\x77\x67\x42", 8677 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7" 8689 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7", 8695 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7" 8703 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7" 8711 .ptext = "\x01\x23\x45\x67\x89\xab\xcd\xe7" [all …]
|
D | testmgr.c | 1988 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_aead_vec_cfg() 2086 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_aead_vec_cfg() 2223 generate_random_bytes((u8 *)vec->ptext, vec->plen); in generate_aead_message() 2224 sg_set_buf(&src[i++], vec->ptext, vec->plen); in generate_aead_message() 2498 ctx->vec.ptext = kmalloc(ctx->maxdatasize, GFP_KERNEL); in test_aead_extra() 2501 !ctx->vec.ptext || !ctx->vec.ctext) { in test_aead_extra() 2515 kfree(ctx->vec.ptext); in test_aead_extra() 2626 input = enc ? template[i].ptext : template[i].ctext; in test_cipher() 2627 result = enc ? template[i].ctext : template[i].ptext; in test_cipher() 2748 input.iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_skcipher_vec_cfg() [all …]
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_init.c | 142 uint32_t *ptext = (uint32_t *) licensed; in lpfc_config_port_prep() local 144 for (i = 0; i < 56; i += sizeof (uint32_t), ptext++) in lpfc_config_port_prep() 145 *ptext = cpu_to_be32(*ptext); in lpfc_config_port_prep()
|
/Linux-v5.15/Documentation/scsi/ |
D | ChangeLog.lpfc | 1168 * Changed pText -> ptext
|