OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MP_OKAY
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtommath/mtest/
mpi.h
40
#define
MP_OKAY
0 /* no error, all is well */
/external/dropbear/libtommath/
tommath.h
142
#define
MP_OKAY
0 /* ok result */
/external/wpa_supplicant/
libtommath.c
67
#define
MP_OKAY
0 /* ok result */
187
if ((res = mp_grow (c, max + 1)) !=
MP_OKAY
) {
250
return
MP_OKAY
;
265
if ((res = mp_grow (c, max)) !=
MP_OKAY
) {
317
return
MP_OKAY
;
343
return
MP_OKAY
;
492
if ((res = mp_init (&t)) !=
MP_OKAY
) {
496
if ((res = mp_mul (a, b, &t)) !=
MP_OKAY
) {
512
if ((res = mp_init (&t)) !=
MP_OKAY
) {
516
if ((res = mp_div (a, b, NULL, &t)) !=
MP_OKAY
) {
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c
90
#define
MP_OKAY
0 /* ok result */
227
if ((res = mp_grow (c, max + 1)) !=
MP_OKAY
) {
290
return
MP_OKAY
;
305
if ((res = mp_grow (c, max)) !=
MP_OKAY
) {
357
return
MP_OKAY
;
383
return
MP_OKAY
;
532
if ((res = mp_init (&t)) !=
MP_OKAY
) {
536
if ((res = mp_mul (a, b, &t)) !=
MP_OKAY
) {
552
if ((res = mp_init (&t)) !=
MP_OKAY
) {
556
if ((res = mp_div (a, b, NULL, &t)) !=
MP_OKAY
) {
[
all
...]
/external/wpa_supplicant_8/src/tls/
libtommath.c
90
#define
MP_OKAY
0 /* ok result */
227
if ((res = mp_grow (c, max + 1)) !=
MP_OKAY
) {
290
return
MP_OKAY
;
305
if ((res = mp_grow (c, max)) !=
MP_OKAY
) {
357
return
MP_OKAY
;
383
return
MP_OKAY
;
532
if ((res = mp_init (&t)) !=
MP_OKAY
) {
536
if ((res = mp_mul (a, b, &t)) !=
MP_OKAY
) {
552
if ((res = mp_init (&t)) !=
MP_OKAY
) {
556
if ((res = mp_div (a, b, NULL, &t)) !=
MP_OKAY
) {
[
all
...]
Completed in 120 milliseconds