Searched defs:cryptodev_bn_mod_exp (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_cryptodev.c111 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a,
1025 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
1073 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
1143 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1284 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1407 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;

Completed in 29 milliseconds