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]; member1413 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()1441 req_ctx->partial_buffer + in artpec6_crypto_prepare_hash()1466 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()2449 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()2450 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()2462 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()2463 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()2488 memcpy(ctx->partial_buffer, state->partial_buffer, in artpec6_crypto_hash_import()[all …]