Searched defs:BIGNUM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h87 } BIGNUM; typedef in typeref:struct:__anon1943
109 typedef BIG_ERR_CODE (*big_modexp_ncp_func_ptr)(BIGNUM *result,
110 BIGNUM *ma, BIGNUM *e, BIGNUM *n,
111 BIGNUM *tmp, BIG_CHUNK_TYPE n0, void *ncp, void *req);
130 extern BIGNUM big_One;
131 extern BIGNUM big_Two;
133 void printbignum(char *aname, BIGNUM *a);
135 BIG_ERR_CODE big_init(BIGNUM *numbe
[all...]

Completed in 45 milliseconds