Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c295 unsigned char digeststate[SHA256_DIGEST_SIZE]; member
306 unsigned char digeststate[SHA256_DIGEST_SIZE]; member
1392 req_ctx->digeststate, in artpec6_crypto_prepare_hash()
1508 req_ctx->digeststate, in artpec6_crypto_prepare_hash()
2442 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export()
2455 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export()
2456 sizeof(state->digeststate)); in artpec6_crypto_hash_export()
2481 memcpy(ctx->digeststate, state->digeststate, in artpec6_crypto_hash_import()
2482 sizeof(state->digeststate)); in artpec6_crypto_hash_import()