Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c290 char partial_buffer[SHA256_BLOCK_SIZE]; member
304 char partial_buffer[SHA256_BLOCK_SIZE]; member
1413 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
1441 req_ctx->partial_buffer + in artpec6_crypto_prepare_hash()
1466 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
2449 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()
2450 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()
2462 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()
2463 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()
2488 memcpy(ctx->partial_buffer, state->partial_buffer, in artpec6_crypto_hash_import()
[all …]