OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p256_is_even
(Results
1 - 2
of
2
) sorted by null
/system/core/libmincrypt/
p256.c
192
int
p256_is_even
(const p256_int* a) { return !(P256_DIGIT(a, 0) & 1); }
function
300
if (
p256_is_even
(&U)) {
302
if (
p256_is_even
(&R)) {
308
} else if (
p256_is_even
(&V)) {
310
if (
p256_is_even
(&S)) {
/system/core/include/mincrypt/
p256.h
105
int
p256_is_even
(const p256_int* a);
Completed in 134 milliseconds