Searched refs:SW_LARGENUMBER (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/crypto/openssl/engines/vendor_defns/
H A Dcswift.h156 } SW_LARGENUMBER; typedef in typeref:struct:_SW_LARGENUMBER
180 SW_LARGENUMBER p; /* prime number p */
181 SW_LARGENUMBER q; /* prime number q */
182 SW_LARGENUMBER dmp1; /* exponent1 */
183 SW_LARGENUMBER dmq1; /* exponent2 */
184 SW_LARGENUMBER iqmp; /* CRT coefficient */
188 SW_LARGENUMBER modulus; /* modulus */
189 SW_LARGENUMBER exponent; /* exponent */
193 SW_LARGENUMBER p; /* */
194 SW_LARGENUMBER
[all...]
/freebsd-10.2-release/crypto/openssl/engines/
H A De_cswift.c108 static int cswift_bn_32copy(SW_LARGENUMBER *out, const BIGNUM *in);
501 SW_LARGENUMBER arg, res;
580 int cswift_bn_32copy(SW_LARGENUMBER *out, const BIGNUM *in)
609 SW_LARGENUMBER arg, res;
800 SW_LARGENUMBER arg, res;
901 SW_LARGENUMBER arg[2], res;
1014 SW_LARGENUMBER largenum;

Completed in 176 milliseconds