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

/freebsd-10.1-release/contrib/ntp/libntp/
H A Dlibssl_compat.c124 sslshim_RSA_get0_key( const RSA * prsa, const BIGNUM ** pn, const BIGNUM ** pe, const BIGNUM ** pd ) argument
142 sslshim_RSA_set0_key( RSA * prsa, BIGNUM * n, BIGNUM * e, BIGNUM * d ) argument
161 sslshim_RSA_get0_factors( const RSA * prsa, const BIGNUM ** pp, const BIGNUM ** pq ) argument
176 sslshim_RSA_set0_factors( RSA * prsa, BIGNUM * p, BIGNUM * q ) argument
193 sslshim_RSA_set0_crt_params( RSA * prsa, BIGNUM * dmp1, BIGNUM * dmq1, BIGNUM * iqmp ) argument
[all...]

Completed in 89 milliseconds