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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_recp.c 103 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
bn_exp.c 305 if (!BN_mod_mul_reciprocal(aa,val[0],val[0],&recp,ctx))
311 !BN_mod_mul_reciprocal(val[i],val[i-1],
331 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
361 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
366 if (!BN_mod_mul_reciprocal(r,r,val[wvalue>>1],&recp,ctx))
bn.h 619 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
    [all...]
  /external/openssl/crypto/bn/
bn_recp.c 103 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
bn_exp.c 305 if (!BN_mod_mul_reciprocal(aa,val[0],val[0],&recp,ctx))
311 !BN_mod_mul_reciprocal(val[i],val[i-1],
331 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
361 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
366 if (!BN_mod_mul_reciprocal(r,r,val[wvalue>>1],&recp,ctx))
bn.h 621 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h 619 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
    [all...]
  /external/openssl/include/openssl/
bn.h 621 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
    [all...]

Completed in 111 milliseconds