Searched refs:streebog_add512 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | streebog_generic.c | 933 static void streebog_add512(const struct streebog_uint512 *x, in streebog_add512() function 983 streebog_add512(&ctx->N, &buffer512, &ctx->N); in streebog_stage2() 984 streebog_add512(&ctx->Sigma, &m, &ctx->Sigma); in streebog_stage2() 995 streebog_add512(&ctx->N, &buf, &ctx->N); in streebog_stage3() 996 streebog_add512(&ctx->Sigma, &ctx->m, &ctx->Sigma); in streebog_stage3()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | streebog_generic.c | 933 static void streebog_add512(const struct streebog_uint512 *x, in streebog_add512() function 983 streebog_add512(&ctx->N, &buffer512, &ctx->N); in streebog_stage2() 984 streebog_add512(&ctx->Sigma, &m, &ctx->Sigma); in streebog_stage2() 995 streebog_add512(&ctx->N, &buf, &ctx->N); in streebog_stage3() 996 streebog_add512(&ctx->Sigma, &ctx->m, &ctx->Sigma); in streebog_stage3()
|
Completed in 4 milliseconds