HomeSort by relevance Sort by last modified time
    Searched defs:BN_div (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn_div.c 1 /* crypto/bn/bn_div.c */
67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
174 /* BN_div computes dv := num / divisor, rounding towards
181 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
div.c 109 /* BN_div computes dv := num / divisor, rounding towards
115 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
128 OPENSSL_PUT_ERROR(BN, BN_div, BN_R_NOT_INITIALIZED);
138 OPENSSL_PUT_ERROR(BN, BN_div, BN_R_DIV_BY_ZERO);

Completed in 464 milliseconds