Searched refs:partial_buffer (Results 1 – 1 of 1) sorted by relevance
290 char partial_buffer[SHA256_BLOCK_SIZE]; member304 char partial_buffer[SHA256_BLOCK_SIZE]; member1411 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()[all …]