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

  /external/boringssl/src/crypto/fipsmodule/bn/
montgomery_inv.c 162 // bn_mod_exp_base_2_vartime calculates r = 2**p (mod n). |p| must be larger
165 int bn_mod_exp_base_2_vartime(BIGNUM *r, unsigned p, const BIGNUM *n) { function
internal.h 319 int bn_mod_exp_base_2_vartime(BIGNUM *r, unsigned p, const BIGNUM *n);
montgomery.c 219 if (!bn_mod_exp_base_2_vartime(&mont->RR, lgBigR * 2, &mont->N)) {

Completed in 67 milliseconds