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

  /external/boringssl/src/crypto/bn/
gcd.c 130 if (!BN_rshift1(a, a)) {
140 if (!BN_rshift1(b, b)) {
152 if (!BN_rshift1(a, a)) {
162 if (!BN_rshift1(a, a)) {
165 if (!BN_rshift1(b, b)) {
299 if (!BN_rshift1(X, X)) {
321 if (!BN_rshift1(Y, Y)) {
prime.c 416 if (!BN_rshift1(t, ret)) {
797 if (!BN_rshift1(qadd, padd))
    [all...]
sqrt.c 311 if (!BN_rshift1(t, q)) {
469 !BN_rshift1(estimate, tmp) ||
shift.c 192 int BN_rshift1(BIGNUM *r, const BIGNUM *a) {
bn_test.cc 275 !BN_rshift1(ret.get(), lshift1.get()) ||
277 !BN_rshift1(ret.get(), lshift1.get()) ||
286 !BN_rshift1(ret.get(), lshift1.get()) ||
    [all...]
  /external/boringssl/src/crypto/dh/
check.c 199 if (!BN_rshift1(t1, dh->p)) {
  /external/boringssl/src/include/openssl/
bn.h 496 /* BN_rshift1 sets |r| equal to |a| >> 1, where |r| and |a| may be the same
498 OPENSSL_EXPORT int BN_rshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
  /external/boringssl/src/crypto/ec/
simple.c 549 if (!BN_rshift1(&r->Y, n0)) {
  /external/boringssl/src/crypto/rsa/
rsa.c 783 !BN_rshift1(rsa->q, rsa->q) ||
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 1337 !BN_rshift1(exp, exp) ||
    [all...]

Completed in 440 milliseconds