Searched refs:digeststate (Results 1 – 1 of 1) sorted by relevance
298 unsigned char digeststate[SHA512_DIGEST_SIZE]; member309 unsigned char digeststate[SHA512_DIGEST_SIZE]; member1398 req_ctx->digeststate, in artpec6_crypto_prepare_hash()1524 req_ctx->digeststate, in artpec6_crypto_prepare_hash()2515 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export()2528 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export()2529 sizeof(state->digeststate)); in artpec6_crypto_hash_export()2554 memcpy(ctx->digeststate, state->digeststate, in artpec6_crypto_hash_import()2555 sizeof(state->digeststate)); in artpec6_crypto_hash_import()