Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c294 char partial_buffer[SHA512_BLOCK_SIZE]; member
308 char partial_buffer[SHA512_BLOCK_SIZE]; member
1418 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
1446 req_ctx->partial_buffer + in artpec6_crypto_prepare_hash()
1472 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
1512 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
2513 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()
2514 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()
2526 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()
2527 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()
[all …]