Home
last modified time | relevance | path

Searched refs:MP_BITS_TO_WORDS (Results 1 – 8 of 8) sorted by relevance

/dports/security/beecrypt/beecrypt-4.2.1/
H A Drsakp.c47 size_t nsize = MP_BITS_TO_WORDS(bits+MP_WBITS-1); in rsakpMake()
48 size_t psize = MP_BITS_TO_WORDS(pbits+MP_WBITS-1); in rsakpMake()
49 size_t qsize = MP_BITS_TO_WORDS(qbits+MP_WBITS-1); in rsakpMake()
H A Ddldp.c196 register size_t psize = MP_BITS_TO_WORDS(pbits + MP_WBITS - 1); in dldp_pgoqMake()
230 register size_t size = MP_BITS_TO_WORDS(bits + MP_WBITS - 1); in dldp_pgoqMakeSafe()
323 register size_t psize = MP_BITS_TO_WORDS(pbits + MP_WBITS - 1); in dldp_pgonMake()
353 register size_t psize = MP_BITS_TO_WORDS(pbits + MP_WBITS - 1); in dldp_pgonMakeSafe()
H A Dmpprime.c905 size_t size = MP_BITS_TO_WORDS(bits + MP_WBITS - 1); in mpprndr_w()
977 mpbinit(p, MP_BITS_TO_WORDS(bits + MP_WBITS - 1)); in mpprndconone_w()
985 mpbinit(&s, MP_BITS_TO_WORDS(sbits + MP_WBITS - 1)); in mpprndconone_w()
1076 size_t size = MP_BITS_TO_WORDS(bits + MP_WBITS - 1); in mpprndsafe_w()
H A Dmp.c1007 register size_t words = MP_BITS_TO_WORDS(count); in mplshift()
1041 register size_t words = MP_BITS_TO_WORDS(count); in mprshift()
1177 if ((temp = MP_BITS_TO_WORDS(shift))) in mpgcd_w()
/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/python/
H A Dmpw-py.h25 #define MP_ROUND_B2W(_b) MP_BITS_TO_WORDS((_b) + MP_WBITS - 1)
/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/
H A Dmp.h55 # define MP_BITS_TO_WORDS(x) ((x) >> 6) macro
62 # define MP_BITS_TO_WORDS(x) ((x) >> 5) macro
/dports/security/beecrypt/beecrypt-4.2.1/c++/math/
H A DBigInteger.cxx138 size = MP_BITS_TO_WORDS(sigbits + MP_WBITS - 1); in BigInteger()
162 size = MP_BITS_TO_WORDS(sigbits + MP_WBITS - 1); in BigInteger()
/dports/security/beecrypt/beecrypt-4.2.1/python/
H A Dmpw-py.c801 psize -= MP_BITS_TO_WORDS(pbits); in mpnpow_w()
1035 size_t zsize = MP_BITS_TO_WORDS(lbits) + 1; in mpw_FromLongObject()
1153 size_t zsize = MP_BITS_TO_WORDS(lbits) + 1; in mpw_init()