OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p256_is_odd
(Results
1 - 2
of
2
) sorted by null
/system/core/include/mincrypt/
p256.h
104
int
p256_is_odd
(const p256_int* a);
/system/core/libmincrypt/
p256.c
191
int
p256_is_odd
(const p256_int* a) { return P256_DIGIT(a, 0) & 1; }
function
Completed in 36 milliseconds