Home
last modified time | relevance | path

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

/linux/crypto/
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/drivers/scsi/lpfc/
H A Dlpfc_init.c146 uint32_t *ptext = (uint32_t *) licensed; in lpfc_config_port_prep() local
148 for (i = 0; i < 56; i += sizeof (uint32_t), ptext++) in lpfc_config_port_prep()
149 *ptext = cpu_to_be32(*ptext); in lpfc_config_port_prep()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1168 * Changed pText -> ptext