Searched refs:streebog_g (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | streebog_generic.c | 951 static void streebog_g(struct streebog_uint512 *h, in streebog_g() function 981 streebog_g(&ctx->h, &ctx->N, &m); in streebog_stage2() 994 streebog_g(&ctx->h, &ctx->N, &ctx->m); in streebog_stage3() 997 streebog_g(&ctx->h, &buffer0, &ctx->N); in streebog_stage3() 998 streebog_g(&ctx->h, &buffer0, &ctx->Sigma); in streebog_stage3()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | streebog_generic.c | 951 static void streebog_g(struct streebog_uint512 *h, in streebog_g() function 981 streebog_g(&ctx->h, &ctx->N, &m); in streebog_stage2() 994 streebog_g(&ctx->h, &ctx->N, &ctx->m); in streebog_stage3() 997 streebog_g(&ctx->h, &buffer0, &ctx->N); in streebog_stage3() 998 streebog_g(&ctx->h, &buffer0, &ctx->Sigma); in streebog_stage3()
|
Completed in 5 milliseconds