Lines Matching refs:partial_buffer
290 char partial_buffer[SHA256_BLOCK_SIZE]; member
304 char partial_buffer[SHA256_BLOCK_SIZE]; member
1411 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
1439 req_ctx->partial_buffer + in artpec6_crypto_prepare_hash()
1464 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()
2439 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()
2440 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()
2452 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()
2453 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()
2478 memcpy(ctx->partial_buffer, state->partial_buffer, in artpec6_crypto_hash_import()
2479 sizeof(state->partial_buffer)); in artpec6_crypto_hash_import()