Searched defs:in_mont (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bn/
H A Dexponentiation.c605 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) {
615 return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont);
638 if (in_mont != NULL) {
639 mont = in_mont;
766 if (in_mont == NULL) {
854 BN_MONT_CTX *in_mont) {
882 if (in_mont != NULL) {
883 mont = in_mont;
1193 if (in_mont == NULL) {
1205 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) {
604 BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
852 BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
1204 BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
1362 BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
[all...]

Completed in 139 milliseconds