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

  /external/openssl/crypto/bn/
bn_mod.c 213 if (!BN_lshift1(r, a)) return 0;
223 if (!BN_lshift1(r, a)) return 0;
287 if (!BN_lshift1(r, r)) return 0;
bn_shift.c 63 int BN_lshift1(BIGNUM *r, const BIGNUM *a)
bn_gcd.c 364 if (!BN_lshift1(T,B)) goto err;
437 if (!BN_lshift1(tmp,X)) goto err;
bn_prime.c 473 if (!BN_lshift1(p,q)) goto err;
bn_div.c 103 * since BN_lshift1 will only work once there is a value :-) */
111 if (!BN_lshift1(dv,dv)) goto end;
bn.h 477 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
bntest.c 193 message(out,"BN_lshift1");
    [all...]
  /external/openssl/crypto/dsa/
dsa_gen.c 270 if (!BN_lshift1(r0,q)) goto err;
  /external/openssl/include/openssl/
bn.h 477 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
    [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 457 int BN_lshift1(BIGNUM *r, const BIGNUM *a);

Completed in 227 milliseconds