Searched refs:qshai_state_offset (Results 1 – 2 of 2) sorted by relevance
188 .qshai_state_offset = 0,198 .qshai_state_offset = offsetof(SHA256_CTX, state),208 .qshai_state_offset = offsetof(SHA384_CTX, state),218 .qshai_state_offset = offsetof(SHA512_CTX, state),1234 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