Home
last modified time | relevance | path

Searched refs:gph (Results 1 – 4 of 4) sorted by relevance

/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c266 creq->gph.param0 = cpu_to_be16(skreq->cryptlen); in nitrox_skcipher_crypt()
267 creq->gph.param1 = 0; in nitrox_skcipher_crypt()
269 creq->gph.param2 = cpu_to_be16(ivsize); in nitrox_skcipher_crypt()
270 creq->gph.param3 = 0; in nitrox_skcipher_crypt()
Dnitrox_aead.c165 creq->gph.param0 = cpu_to_be16(rctx->cryptlen); in nitrox_set_creq()
166 creq->gph.param1 = cpu_to_be16(rctx->cryptlen + rctx->assoclen); in nitrox_set_creq()
167 creq->gph.param2 = cpu_to_be16(rctx->ivsize + rctx->assoclen); in nitrox_set_creq()
170 creq->gph.param3 = cpu_to_be16(param3.param); in nitrox_set_creq()
Dnitrox_req.h74 struct gphdr gph; member
Dnitrox_reqmgr.c486 sr->instr.fdata[0] = *((u64 *)&req->gph); in nitrox_process_se_request()