Home
last modified time | relevance | path

Searched refs:digeststate (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c294 unsigned char digeststate[SHA256_DIGEST_SIZE]; member
305 unsigned char digeststate[SHA256_DIGEST_SIZE]; member
1393 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()