Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/rsa/
Drsa_meth.c120 return meth->rsa_pub_dec; in RSA_meth_get_pub_dec()
128 meth->rsa_pub_dec = pub_dec; in RSA_meth_set_pub_dec()
Drsa_local.h72 int (*rsa_pub_dec) (int flen, const unsigned char *from, member
Drsa_crpt.c48 return rsa->meth->rsa_pub_dec(flen, from, to, rsa, padding); in RSA_public_decrypt()
/freebsd-12-stable/crypto/openssl/doc/man3/
DRSA_set_method.pod91 int (*rsa_pub_dec)(int flen, unsigned char *from,
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_openssl.c608 rsa_meth->rsa_pub_dec = cryptoapi_rsa_pub_dec; in tls_cryptoapi_cert()
/freebsd-12-stable/crypto/openssl/
DCHANGES12262 if rsa_pub_dec() and rsa_priv_enc() equivalents are not available.