Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/rsa/
Drsa_meth.c104 return meth->rsa_pub_enc; in RSA_meth_get_pub_enc()
112 meth->rsa_pub_enc = pub_enc; in RSA_meth_set_pub_enc()
Drsa_local.h70 int (*rsa_pub_enc) (int flen, const unsigned char *from, member
Drsa_crpt.c30 return rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding); in RSA_public_encrypt()
/freebsd-12-stable/crypto/openssl/doc/man3/
DRSA_set_method.pod87 int (*rsa_pub_enc)(int flen, unsigned char *from,
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_openssl.c607 rsa_meth->rsa_pub_enc = cryptoapi_rsa_pub_enc; in tls_cryptoapi_cert()