OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MP_OKAY
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/nvmectl/
bn.h
76
#define
MP_OKAY
0
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bn.h
76
#define
MP_OKAY
0
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h
144
#define
MP_OKAY
0 /* ok result */
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h
141
#define
MP_OKAY
0
/src/external/bsd/wpa/dist/src/tls/
libtommath.c
93
#define
MP_OKAY
0 /* ok result */
232
if ((res = mp_grow (c, max + 1)) !=
MP_OKAY
) {
295
return
MP_OKAY
;
310
if ((res = mp_grow (c, max)) !=
MP_OKAY
) {
362
return
MP_OKAY
;
388
return
MP_OKAY
;
537
if ((res = mp_init (&t)) !=
MP_OKAY
) {
541
if ((res = mp_mul (a, b, &t)) !=
MP_OKAY
) {
557
if ((res = mp_init (&t)) !=
MP_OKAY
) {
561
if ((res = mp_div (a, b, NULL, &t)) !=
MP_OKAY
) {
[
all
...]
Completed in 13 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026