Home
last modified time | relevance | path

Searched refs:rsa_get_public_exp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_crpt.c149 rsa_get_public_exp(const BIGNUM *d, const BIGNUM *p, const BIGNUM *q, in rsa_get_public_exp() function
195 e = rsa_get_public_exp(rsa->d, rsa->p, rsa->q, ctx); in RSA_setup_blinding()