Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c298 unsigned char digeststate[SHA512_DIGEST_SIZE]; member
309 unsigned char digeststate[SHA512_DIGEST_SIZE]; member
1398 req_ctx->digeststate, in artpec6_crypto_prepare_hash()
1524 req_ctx->digeststate, in artpec6_crypto_prepare_hash()
2515 BUILD_BUG_ON(sizeof(state->digeststate) != sizeof(ctx->digeststate)); in artpec6_crypto_hash_export()
2528 memcpy(state->digeststate, ctx->digeststate, in artpec6_crypto_hash_export()
2529 sizeof(state->digeststate)); in artpec6_crypto_hash_export()
2554 memcpy(ctx->digeststate, state->digeststate, in artpec6_crypto_hash_import()
2555 sizeof(state->digeststate)); in artpec6_crypto_hash_import()