Searched refs:orh (Results 1 – 1 of 1) sorted by relevance
119 uint64_t orh; member355 sr->resp.orh = PENDING_SIG; in create_cipher_outbuf()358 resp.orh); in create_cipher_outbuf()579 sr->resp.orh = PENDING_SIG; in create_aead_outbuf()582 resp.orh); in create_aead_outbuf()793 uint64_t orh; in nitrox_check_se_req() local797 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()[all …]