Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_meth.c110 return meth->rsa_pub_enc; in RSA_meth_get_pub_enc()
118 meth->rsa_pub_enc = pub_enc; in RSA_meth_set_pub_enc()
H A Drsa_crpt.c36 return rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding); in RSA_public_encrypt()
H A Drsa_local.h105 int (*rsa_pub_enc) (int flen, const unsigned char *from, member
/freebsd/crypto/openssl/doc/man3/
H A DRSA_set_method.pod94 int (*rsa_pub_enc)(int flen, unsigned char *from,
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c615 rsa_meth->rsa_pub_enc = cryptoapi_rsa_pub_enc; in tls_cryptoapi_cert()