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

  /external/openssl/crypto/bn/
bn_mod.c 159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
166 /* BN_mod_sub variant that may be used if both a and b are non-negative
bn.h 455 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /external/openssl/crypto/jpake/
jpake.c 206 BN_mod_sub(p->zkpx.b, r, t, ctx->p.q, ctx->ctx);
  /external/openssl/include/openssl/
bn.h 455 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 435 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);

Completed in 186 milliseconds