Searched defs:bn_mod_exp (Results 1 - 9 of 9) sorted by last modified time

/external/openssl/crypto/bn/
H A Dbn_blind.c132 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:bn_blinding_st
308 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
337 if (bn_mod_exp != NULL)
338 ret->bn_mod_exp = bn_mod_exp;
365 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
367 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
/external/openssl/crypto/dh/
H A Ddh.h118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
/external/openssl/crypto/dsa/
H A Ddsa.h145 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
/external/openssl/crypto/rsa/
H A Drsa.h101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:rsa_meth_st
185 * for example a key stored in external hardware. Without this flag bn_mod_exp
/external/openssl/include/openssl/
H A Ddh.h118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
H A Ddsa.h145 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
H A Drsa.h101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:rsa_meth_st
185 * for example a key stored in external hardware. Without this flag bn_mod_exp
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Dblinding.c128 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:bn_blinding_st
292 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
325 if (bn_mod_exp != NULL) {
326 ret->bn_mod_exp = bn_mod_exp;
354 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL) {
355 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx)) {
450 ret = BN_BLINDING_create_param(NULL, e, n, ctx, rsa->meth->bn_mod_exp,
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drsa.h406 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:rsa_meth_st

Completed in 181 milliseconds