Searched refs:partial_buffer (Results 1 – 1 of 1) sorted by relevance
294 char partial_buffer[SHA512_BLOCK_SIZE]; member308 char partial_buffer[SHA512_BLOCK_SIZE]; member1418 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()1446 req_ctx->partial_buffer + in artpec6_crypto_prepare_hash()1472 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()1512 req_ctx->partial_buffer, in artpec6_crypto_prepare_hash()2513 BUILD_BUG_ON(sizeof(state->partial_buffer) != in artpec6_crypto_hash_export()2514 sizeof(ctx->partial_buffer)); in artpec6_crypto_hash_export()2526 memcpy(state->partial_buffer, ctx->partial_buffer, in artpec6_crypto_hash_export()2527 sizeof(state->partial_buffer)); in artpec6_crypto_hash_export()[all …]