Searched refs:NUM_BITS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dexptest.c70 #define NUM_BITS (BN_BITS*2) macro
110 BN_rand(a,NUM_BITS+c,0,0);
114 BN_rand(b,NUM_BITS+c,0,0);
118 BN_rand(m,NUM_BITS+c,0,1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexptest.c70 #define NUM_BITS (BN_BITS*2) macro
110 BN_rand(a,NUM_BITS+c,0,0);
114 BN_rand(b,NUM_BITS+c,0,0);
118 BN_rand(m,NUM_BITS+c,0,1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dexptest.c70 #define NUM_BITS (BN_BITS*2) macro
214 BN_rand(a, NUM_BITS + c, 0, 0);
218 BN_rand(b, NUM_BITS + c, 0, 0);
222 BN_rand(m, NUM_BITS + c, 0, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexptest.c70 #define NUM_BITS (BN_BITS*2) macro
214 BN_rand(a, NUM_BITS + c, 0, 0);
218 BN_rand(b, NUM_BITS + c, 0, 0);
222 BN_rand(m, NUM_BITS + c, 0, 1);

Completed in 105 milliseconds