HomeSort by relevance Sort by last modified time
    Searched refs:BN_mod_add (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/bn/
bn_mod.c 141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
148 /* BN_mod_add variant that may be used if both a and b are non-negative
bn.h 471 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /external/openssl/crypto/srp/
srp_lib.c 190 !BN_mod_add(B,gb,kv,N,bn_ctx))
281 if (!BN_mod_add(tmp2,a,tmp3,N,bn_ctx))
  /external/openssl/crypto/jpake/
jpake.c 424 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx);
  /external/openssl/include/openssl/
bn.h 471 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 340 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) goto err;
    [all...]

Completed in 42 milliseconds