Lines Matching refs:orh
119 uint64_t orh; member
355 sr->resp.orh = PENDING_SIG; in create_cipher_outbuf()
356 sr->out.sglist[cnt].len = sizeof(sr->resp.orh); in create_cipher_outbuf()
358 resp.orh); in create_cipher_outbuf()
359 sr->out.sglist[cnt].virt = &sr->resp.orh; in create_cipher_outbuf()
579 sr->resp.orh = PENDING_SIG; in create_aead_outbuf()
580 sr->out.sglist[cnt].len = sizeof(sr->resp.orh); in create_aead_outbuf()
582 resp.orh); in create_aead_outbuf()
583 sr->out.sglist[cnt].virt = &sr->resp.orh; in create_aead_outbuf()
793 uint64_t orh; in nitrox_check_se_req() local
797 orh = *(volatile uint64_t *)(&sr->resp.orh); in nitrox_check_se_req()
799 err = orh & 0xff; in nitrox_check_se_req()
800 else if ((orh != PENDING_SIG) && (orh & 0xff)) in nitrox_check_se_req()
801 err = orh & 0xff; in nitrox_check_se_req()
809 sr->resp.orh); in nitrox_check_se_req()