Searched refs:qshai_state_offset (Results 1 – 2 of 2) sorted by relevance
164 .qshai_state_offset = 0,174 .qshai_state_offset = offsetof(SHA256_CTX, state),184 .qshai_state_offset = offsetof(SHA384_CTX, state),194 .qshai_state_offset = offsetof(SHA512_CTX, state),1210 uint32_t state_offset = hash_def->qshd_alg->qshai_state_offset; in qat_crypto_hmac_precompute()
478 uint32_t qshai_state_offset; /* offset to state in *_CTX */ member