Searched refs:BN_mod_add (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mod.c141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) function
148 /* BN_mod_add variant that may be used if both a and b are non-negative
H A Dbn.h430 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, function
151 * BN_mod_add variant that may be used if both a and b are non-negative and
H A Dbn.h467 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mod.c142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, function
151 * BN_mod_add variant that may be used if both a and b are non-negative and
H A Dbn.h467 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp_lib.c199 !BN_mod_add(B, gb, kv, N, bn_ctx)) {
284 if (!BN_mod_add(tmp2, a, tmp3, N, bn_ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_lib.c199 !BN_mod_add(B, gb, kv, N, bn_ctx)) {
284 if (!BN_mod_add(tmp2, a, tmp3, N, bn_ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_sign.c109 BN_mod_add(newsig->s, tmp, tmp2, dsa->q, ctx);
H A Dgost2001.c228 || !BN_mod_add(s, tmp, tmp2, order, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_sign.c109 BN_mod_add(newsig->s, tmp, tmp2, dsa->q, ctx);
H A Dgost2001.c228 || !BN_mod_add(s, tmp, tmp2, order, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h388 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpake.c423 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/jpake/
H A Djpake.c423 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h430 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_smpl.c346 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_smpl.c346 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c333 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) goto err;

Completed in 223 milliseconds