Searched refs:N_N0 (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | gfp_p256.c | 44 static const BN_ULONG N_N0[] = { in GFp_p256_scalar_mul_mont() local 48 GFp_bn_mul_mont(r, a, b, N, N_N0, P256_LIMBS); in GFp_p256_scalar_mul_mont()
|
D | gfp_p384.c | 210 static const BN_ULONG N_N0[] = { in GFp_p384_scalar_mul_mont() local 214 GFp_bn_mul_mont(r, a, b, N, N_N0, P384_LIMBS); in GFp_p384_scalar_mul_mont()
|