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]; member1393 req_ctx->digeststate, in artpec6_crypto_prepare_hash()1509 req_ctx->digeststate, in artpec6_crypto_prepare_hash()2451 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export()2464 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export()2465 sizeof(state->digeststate)); in artpec6_crypto_hash_export()2490 memcpy(ctx->digeststate, state->digeststate, in artpec6_crypto_hash_import()2491 sizeof(state->digeststate)); in artpec6_crypto_hash_import()