Searched refs:BN_reciprocal (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_recp.c170 recp->shift=BN_reciprocal(&(recp->Nr),&(recp->N),
171 i,ctx); /* BN_reciprocal returns i, or -1 for an error */
217 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) function
H A Dbn.h480 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_recp.c177 recp->shift = BN_reciprocal(&(recp->Nr), &(recp->N), i, ctx);
178 /* BN_reciprocal could have returned -1 for an error */
232 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) function
H A Dbn.h523 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_recp.c177 recp->shift = BN_reciprocal(&(recp->Nr), &(recp->N), i, ctx);
178 /* BN_reciprocal could have returned -1 for an error */
232 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) function
H A Dbn.h523 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h434 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h480 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);

Completed in 116 milliseconds