Searched refs:P256_N (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_secp256r1.c27 static const unsigned char P256_N[] = { variable
49 P256_N, sizeof P256_N,
H A Dec_p256_m62.c43 static const unsigned char P256_N[] = { variable
62 *len = sizeof P256_N;
63 return P256_N;
1626 c |= -(int32_t)EQ0(c) & CMP(k[u], P256_N[u]);
H A Dec_p256_m64.c43 static const unsigned char P256_N[] = { variable
62 *len = sizeof P256_N;
63 return P256_N;
1591 c |= -(int32_t)EQ0(c) & CMP(k[u], P256_N[u]);
H A Dec_p256_m31.c1348 static const unsigned char P256_N[] = { variable
1367 *len = sizeof P256_N;
1368 return P256_N;
H A Dec_p256_m15.c2003 static const unsigned char P256_N[] = { variable
2022 *len = sizeof P256_N;
2023 return P256_N;

Completed in 70 milliseconds