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

  /external/boringssl/src/crypto/bn/
sqrt.c 432 int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx) {
bn_test.cc 313 message(bc_file.get(), "BN_sqrt");
    [all...]
  /external/boringssl/src/include/openssl/
bn.h 426 /* BN_sqrt sets |*out_sqrt| (which may be the same |BIGNUM| as |in|) to the
430 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
    [all...]
  /external/boringssl/src/crypto/rsa/
rsa.c 758 !BN_sqrt(p_minus_q, rem, ctx) ||

Completed in 543 milliseconds