Searched refs:digeststate (Results 1 – 1 of 1) sorted by relevance
294 unsigned char digeststate[SHA256_DIGEST_SIZE]; member305 unsigned char digeststate[SHA256_DIGEST_SIZE]; member1391 req_ctx->digeststate, in artpec6_crypto_prepare_hash()1507 req_ctx->digeststate, in artpec6_crypto_prepare_hash()2441 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export()2454 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export()2455 sizeof(state->digeststate)); in artpec6_crypto_hash_export()2480 memcpy(ctx->digeststate, state->digeststate, in artpec6_crypto_hash_import()2481 sizeof(state->digeststate)); in artpec6_crypto_hash_import()