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

  /external/boringssl/src/crypto/fipsmodule/bn/
gcd_extra.c 156 int bn_lcm_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { function
internal.h 517 // bn_lcm_consttime sets |r| to LCM(|a|, |b|). It returns one and success and
519 OPENSSL_EXPORT int bn_lcm_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
bn_test.cc     [all...]
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa.c 703 !bn_lcm_consttime(&lcm, &pm1, &qm1, ctx) ||
rsa_impl.c     [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h 1172 #define bn_lcm_consttime macro
    [all...]

Completed in 144 milliseconds