OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_sub
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/tls/
bignum.c
161
if (
mp_sub
((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
libtommath.c
456
static int
mp_sub
(mp_int * a, mp_int * b, mp_int * c)
function
824
if ((res =
mp_sub
(&B, &x, &B)) != MP_OKAY) {
849
if ((res =
mp_sub
(&D, &x, &D)) != MP_OKAY) {
865
if ((res =
mp_sub
(&u, &v, &u)) != MP_OKAY) {
869
if ((res =
mp_sub
(&A, &C, &A)) != MP_OKAY) {
873
if ((res =
mp_sub
(&B, &D, &B)) != MP_OKAY) {
878
if ((res =
mp_sub
(&v, &u, &v)) != MP_OKAY) {
882
if ((res =
mp_sub
(&C, &A, &C)) != MP_OKAY) {
886
if ((res =
mp_sub
(&D, &B, &D)) != MP_OKAY) {
912
if ((res =
mp_sub
(&C, b, &C)) != MP_OKAY)
[
all
...]
Completed in 47 milliseconds