Searched refs:N (Results 1 – 3 of 3) sorted by relevance
/crypto/ |
D | anubis.c | 467 int N, R, i, r; in anubis_setkey() local 480 N = ctx->key_len >> 5; in anubis_setkey() 481 ctx->R = R = 8 + N; in anubis_setkey() 484 for (i = 0; i < N; i++) in anubis_setkey() 495 K0 = T4[(kappa[N - 1] >> 24) ]; in anubis_setkey() 496 K1 = T4[(kappa[N - 1] >> 16) & 0xff]; in anubis_setkey() 497 K2 = T4[(kappa[N - 1] >> 8) & 0xff]; in anubis_setkey() 498 K3 = T4[(kappa[N - 1] ) & 0xff]; in anubis_setkey() 499 for (i = N - 2; i >= 0; i--) { in anubis_setkey() 532 for (i = 0; i < N; i++) { in anubis_setkey() [all …]
|
D | streebog_generic.c | 952 const struct streebog_uint512 *N, in streebog_g() argument 958 streebog_xlps(h, N, &data); in streebog_g() 981 streebog_g(&ctx->h, &ctx->N, &m); in streebog_stage2() 983 streebog_add512(&ctx->N, &buffer512, &ctx->N); in streebog_stage2() 994 streebog_g(&ctx->h, &ctx->N, &ctx->m); in streebog_stage3() 995 streebog_add512(&ctx->N, &buf, &ctx->N); in streebog_stage3() 997 streebog_g(&ctx->h, &buffer0, &ctx->N); in streebog_stage3()
|
D | Kconfig | 578 If unsure, say N. 1643 If unsure, say N. 1664 If unsure, say N. 1686 If unsure, say N.
|