Searched refs:cryptodev_bn_mod_exp (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
D | eng_cryptodev.c | 111 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, 1025 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in cryptodev_bn_mod_exp() function 1073 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL); in cryptodev_rsa_nocrt_mod_exp() 1143 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx)); in cryptodev_dsa_bn_mod_exp() 1284 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx)); in cryptodev_mod_exp_dh() 1407 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp; in ENGINE_load_cryptodev()
|
/external/openssl/crypto/engine/ |
D | eng_cryptodev.c | 111 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, 1025 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in cryptodev_bn_mod_exp() function 1073 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL); in cryptodev_rsa_nocrt_mod_exp() 1143 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx)); in cryptodev_dsa_bn_mod_exp() 1284 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx)); in cryptodev_mod_exp_dh() 1407 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp; in ENGINE_load_cryptodev()
|