OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p256_cmp
(Results
1 - 3
of
3
) sorted by null
/system/core/libmincrypt/
p256_ecdsa.c
54
return
p256_cmp
(r, &u) == 0;
p256.c
236
int
p256_cmp
(const p256_int* a, const p256_int* b) {
function
343
if (
p256_cmp
(&SECP256r1_p, x) <= 0 ||
344
p256_cmp
(&SECP256r1_p, y) <= 0 ||
358
return
p256_cmp
(&y2, &x3) == 0;
/system/core/include/mincrypt/
p256.h
108
int
p256_cmp
(const p256_int* a, const p256_int *b);
Completed in 178 milliseconds