Searched refs:digeststate (Results 1 – 1 of 1) sorted by relevance
295 unsigned char digeststate[SHA256_DIGEST_SIZE]; member306 unsigned char digeststate[SHA256_DIGEST_SIZE]; member1392 req_ctx->digeststate, in artpec6_crypto_prepare_hash()1508 req_ctx->digeststate, in artpec6_crypto_prepare_hash()2446 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export()2459 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export()2460 sizeof(state->digeststate)); in artpec6_crypto_hash_export()2485 memcpy(ctx->digeststate, state->digeststate, in artpec6_crypto_hash_import()2486 sizeof(state->digeststate)); in artpec6_crypto_hash_import()