Searched refs:BN_from_montgomery (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mont.c145 if (!BN_from_montgomery(r,tmp,mont,ctx)) goto err;
153 int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, function
198 fprintf(stderr,"word BN_from_montgomery %d * %d\n",nl,nl);
H A Dbn_exp.c509 if (!BN_from_montgomery(rr,r,mont,ctx)) goto err;
709 if (!BN_from_montgomery(rr,r,mont,ctx)) goto err;
863 if (!BN_from_montgomery(rr, r, mont, ctx)) goto err;
H A Dbn_exp2.c304 BN_from_montgomery(rr,r,mont,ctx);
H A Dbn.h525 int BN_from_montgomery(BIGNUM *r,const BIGNUM *a,
H A Dbntest.c754 BN_from_montgomery(&A,&c,mont,ctx);/**/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c167 if (!BN_from_montgomery(r, tmp, mont, ctx))
290 int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, function
H A Dbn_exp2.c294 if (!BN_from_montgomery(rr, r, mont, ctx))
H A Dbn_exp.c569 if (!BN_from_montgomery(rr, r, mont, ctx))
1178 if (!BN_from_montgomery(rr, &tmp, mont, ctx))
1328 if (!BN_from_montgomery(rr, r, mont, ctx))
H A Dbn.h583 int BN_from_montgomery(BIGNUM *r, const BIGNUM *a,
H A Dbntest.c821 BN_from_montgomery(&A, &c, mont, ctx);
1150 if (!BN_from_montgomery(e, a, mont, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mont.c167 if (!BN_from_montgomery(r, tmp, mont, ctx))
290 int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, function
H A Dbn_exp2.c294 if (!BN_from_montgomery(rr, r, mont, ctx))
H A Dbn_exp.c569 if (!BN_from_montgomery(rr, r, mont, ctx))
1178 if (!BN_from_montgomery(rr, &tmp, mont, ctx))
1328 if (!BN_from_montgomery(rr, r, mont, ctx))
H A Dbn.h583 int BN_from_montgomery(BIGNUM *r, const BIGNUM *a,
H A Dbntest.c821 BN_from_montgomery(&A, &c, mont, ctx);
1150 if (!BN_from_montgomery(e, a, mont, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_mont.c301 return BN_from_montgomery(r, a, group->field_data1, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_mont.c294 return BN_from_montgomery(r, a, group->field_data1, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_mont.c294 return BN_from_montgomery(r, a, group->field_data1, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h463 int BN_from_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h525 int BN_from_montgomery(BIGNUM *r,const BIGNUM *a,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c754 BN_from_montgomery(&A,&c,mont,ctx);/**/

Completed in 285 milliseconds