Lines Matching refs:partial_buffer
291 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()
2444 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()
2445 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()
2457 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()
2458 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()
2483 memcpy(ctx->partial_buffer, state->partial_buffer, in artpec6_crypto_hash_import()
2484 sizeof(state->partial_buffer)); in artpec6_crypto_hash_import()