Searched refs:BN_sub_word (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_word.c142 i=BN_sub_word(a,w);
171 int BN_sub_word(BIGNUM *a, BN_ULONG w) function
H A Dbn_mont.c357 if (!BN_sub_word(Ri,1)) goto err;
377 if (!BN_sub_word(Ri,1)) goto err;
H A Dbn_sqrt.c194 if (!BN_sub_word(t, 1)) goto end;
H A Dbn_prime.c298 if (!BN_sub_word(A1, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_word.c141 i = BN_sub_word(a, w);
160 int BN_sub_word(BIGNUM *a, BN_ULONG w) function
H A Dbn_mont.c422 if (!BN_sub_word(Ri, 1))
455 if (!BN_sub_word(Ri, 1))
482 if (!BN_sub_word(Ri, 1))
H A Dbn_x931p.c167 if (!BN_sub_word(pm1, 1))
H A Dbn_sqrt.c200 if (!BN_sub_word(t, 1))
H A Dbn_prime.c300 if (!BN_sub_word(A1, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_word.c141 i = BN_sub_word(a, w);
160 int BN_sub_word(BIGNUM *a, BN_ULONG w) function
H A Dbn_mont.c422 if (!BN_sub_word(Ri, 1))
455 if (!BN_sub_word(Ri, 1))
482 if (!BN_sub_word(Ri, 1))
H A Dbn_x931p.c167 if (!BN_sub_word(pm1, 1))
H A Dbn_sqrt.c200 if (!BN_sub_word(t, 1))
H A Dbn_prime.c300 if (!BN_sub_word(A1, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_check.c134 BN_sub_word(q,1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h95 #define pq_64bit_sub_word(x, w) BN_sub_word(x, w)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h95 #define pq_64bit_sub_word(x, w) BN_sub_word(x, w)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_check.c167 if (BN_copy(tmp, dh->p) == NULL || !BN_sub_word(tmp, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_check.c167 if (BN_copy(tmp, dh->p) == NULL || !BN_sub_word(tmp, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpdh.c170 #define bn_sub_word(bn, w) BN_sub_word(bn, w)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_sign.c201 BN_sub_word(q2, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_sign.c201 BN_sub_word(q2, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.c515 if (!BN_sub_word(bl, 80))
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h404 int BN_sub_word(BIGNUM *a, BN_ULONG w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpake.c268 BN_sub_word(qm1, 1);

Completed in 202 milliseconds

12