HomeSort by relevance Sort by last modified time
    Searched defs:bn_mod_exp (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bn/
bn_blind.c 132 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))
372 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx))
  /external/openssl/crypto/dh/
dh.h 118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
  /external/openssl/include/openssl/
dh.h 118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
dsa.h 140 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
rsa.h 101 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/crypto/dsa/
dsa.h 140 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
  /external/openssl/crypto/rsa/
rsa.h 101 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

Completed in 630 milliseconds