Searched refs:mod_exp (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/rsa/ |
D | rsa_impl.c | 570 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/ |
D | rsa.h | 524 int (*mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, member
|