HomeSort by relevance Sort by last modified time
    Searched refs:BN_lshift1 (Results 1 - 9 of 9) 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 365 if (!BN_lshift1(T,B)) goto err;
438 if (!BN_lshift1(tmp,X)) 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_prime.c 473 if (!BN_lshift1(p,q)) goto err;
bn.h 495 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
bntest.c 193 message(out,"BN_lshift1");
    [all...]
  /external/openssl/crypto/dsa/
dsa_gen.c 294 if (!BN_lshift1(r0,q)) goto err;
  /external/openssl/include/openssl/
bn.h 495 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
    [all...]

Completed in 381 milliseconds