OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECP256r1_b
(Results
1 - 2
of
2
) sorted by null
/system/core/include/mincrypt/
p256.h
56
extern const p256_int
SECP256r1_b
; // Curve param
/system/core/libmincrypt/
p256.c
48
const p256_int
SECP256r1_b
= // curve b
355
if (p256_add(&x3, &
SECP256r1_b
, &x3)) // x^3 - 3x + b
Completed in 138 milliseconds