Searched refs:BN_set_word (Results 1 - 25 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_gen.c127 if (!BN_set_word(t1,24)) goto err;
128 if (!BN_set_word(t2,11)) goto err;
134 if (!BN_set_word(t1,12)) goto err;
135 if (!BN_set_word(t2,5)) goto err;
141 if (!BN_set_word(t1,10)) goto err;
142 if (!BN_set_word(t2,3)) goto err;
143 /* BN_set_word(t3,7); just have to miss
153 if (!BN_set_word(t1,2)) goto err;
154 if (!BN_set_word(t2,1)) goto err;
160 if (!BN_set_word(re
[all...]
H A Dp192.c78 BN_set_word(dh->g,3);
H A Dp512.c83 BN_set_word(dh->g,2);
H A Ddh_check.c130 BN_set_word(q,1);
H A Dp1024.c90 BN_set_word(dh->g,2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_gen.c149 if (!BN_set_word(t1, 24))
151 if (!BN_set_word(t2, 11))
157 if (!BN_set_word(t1, 12))
159 if (!BN_set_word(t2, 5))
165 if (!BN_set_word(t1, 10))
167 if (!BN_set_word(t2, 3))
170 * BN_set_word(t3,7); just have to miss out on these ones :-(
179 if (!BN_set_word(t1, 2))
181 if (!BN_set_word(t2, 1))
190 if (!BN_set_word(re
[all...]
H A Dp192.c78 BN_set_word(dh->g, 3);
H A Dp512.c83 BN_set_word(dh->g, 2);
H A Dp1024.c90 BN_set_word(dh->g, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_gen.c149 if (!BN_set_word(t1, 24))
151 if (!BN_set_word(t2, 11))
157 if (!BN_set_word(t1, 12))
159 if (!BN_set_word(t2, 5))
165 if (!BN_set_word(t1, 10))
167 if (!BN_set_word(t2, 3))
170 * BN_set_word(t3,7); just have to miss out on these ones :-(
179 if (!BN_set_word(t1, 2))
181 if (!BN_set_word(t2, 1))
190 if (!BN_set_word(re
[all...]
H A Dp192.c78 BN_set_word(dh->g, 3);
H A Dp512.c83 BN_set_word(dh->g, 2);
H A Dp1024.c90 BN_set_word(dh->g, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_sqrt.c84 if (!BN_set_word(ret, BN_is_bit_set(a, 0)))
104 if (!BN_set_word(ret, BN_is_one(a)))
217 if (!BN_set_word(y, i)) goto end;
228 if (!BN_set_word(y, i)) goto end;
H A Dbn_word.c137 if(BN_is_zero(a)) return BN_set_word(a, w);
183 i = BN_set_word(a,w);
H A Dbn_gcd.c372 if (!BN_set_word(D,2)) goto err;
378 if (!BN_set_word(D,3)) goto err;
H A Dexpspeed.c237 if (!BN_set_word(a, 64)) goto err;
238 if (!BN_set_word(b, P_MOD_64)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_sqrt.c82 if (!BN_set_word(ret, BN_is_bit_set(a, 0))) {
100 if (!BN_set_word(ret, BN_is_one(a))) {
229 if (!BN_set_word(y, i))
240 if (!BN_set_word(y, i))
H A Dbn_word.c137 return BN_set_word(a, w);
172 i = BN_set_word(a, w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_sqrt.c82 if (!BN_set_word(ret, BN_is_bit_set(a, 0))) {
100 if (!BN_set_word(ret, BN_is_one(a))) {
229 if (!BN_set_word(y, i))
240 if (!BN_set_word(y, i))
H A Dbn_word.c137 return BN_set_word(a, w);
172 i = BN_set_word(a, w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dcb.c155 if (!BN_set_word(bn, RSA_F4))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h90 #define pq_64bit_assign_word(x, y) BN_set_word(x, y)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dcb.c155 if (!BN_set_word(bn, RSA_F4))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h90 #define pq_64bit_assign_word(x, y) BN_set_word(x, y)

Completed in 150 milliseconds

1234