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

  /external/openssl/crypto/bn/
bn_mod.c 245 ret = BN_mod_lshift_quick(r, r, n, (abs_m ? abs_m : m));
256 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m)
bn.h 463 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 1253 if (!BN_mod_lshift_quick(n2, n2, 2, p)) goto err;
1264 if (!BN_mod_lshift_quick(n3, n0, 3, p)) goto err;
    [all...]
  /external/openssl/include/openssl/
bn.h 463 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
    [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 443 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);

Completed in 25 milliseconds