Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c291 char partial_buffer[SHA256_BLOCK_SIZE]; member
305 char partial_buffer[SHA256_BLOCK_SIZE]; member
1412 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
1440 req_ctx->partial_buffer + in artpec6_crypto_prepare_hash()
1465 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
2440 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()
2441 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()
2453 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()
2454 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()
2479 memcpy(ctx->partial_buffer, state->partial_buffer, in artpec6_crypto_hash_import()
[all …]