Home
last modified time | relevance | path

Searched refs:mod_exp (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/rsa/
Drsa_impl.c570 if (!rsa->meth->mod_exp(result, f, rsa, ctx)) { in rsa_default_private_transform()
618 static int mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) { in mod_exp() function
1129 mod_exp,
/external/boringssl/src/include/openssl/
Drsa.h524 int (*mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, member