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