Home
last modified time | relevance | path

Searched refs:SECP256r1_b (Results 1 – 2 of 2) sorted by relevance

/system/core/include/mincrypt/
Dp256.h56 extern const p256_int SECP256r1_b; // Curve param
/system/core/libmincrypt/
Dp256.c48 const p256_int SECP256r1_b = // curve b variable
355 if (p256_add(&x3, &SECP256r1_b, &x3)) // x^3 - 3x + b in p256_is_valid_point()