OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subM
(Results
1 - 2
of
2
) sorted by null
/system/core/libmincrypt/
rsa.c
33
static void
subM
(const RSAPublicKey* key,
77
subM
(key, c);
132
subM
(key, aaa);
p256.c
110
static p256_digit
subM
(const p256_int* MOD,
177
top =
subM
(MOD, top, tmp + i, ~(top - 1));
187
addM(MOD, 0, tmp,
subM
(MOD, 0, tmp, -1));
335
addM(MOD, 0, P256_DIGITS(out),
subM
(MOD, 0, P256_DIGITS(out), -1));
Completed in 42 milliseconds