Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/engines/
De_nuron.c366 nuron_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_helper()
De_gmp.c181 e_gmp_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_helper()
De_atalla.c238 atalla_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_helper()
De_aep.c314 aep_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_aep()
De_sureware.c276 surewarehk_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_sureware()
De_chil.c388 hwcrhk_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_helper()
De_ubsec.c245 ubsec_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_helper()
De_cswift.c271 cswift_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_helper()
De_capi.c448 capi_rsa_method.rsa_pub_dec = ossl_rsa_meth->rsa_pub_dec; in capi_init()
/freebsd-10-stable/crypto/openssl/crypto/engine/
Deng_rsax.c163 e_rsax_rsa.rsa_pub_dec = meth1->rsa_pub_dec; in bind_helper()
Deng_cryptodev.c1429 cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec; in ENGINE_load_cryptodev()
/freebsd-10-stable/crypto/openssl/crypto/rsa/
Drsa_crpt.c124 return (rsa->meth->rsa_pub_dec(flen, from, to, rsa, padding)); in RSA_public_decrypt()
Drsa.h89 int (*rsa_pub_dec) (int flen, const unsigned char *from, member
/freebsd-10-stable/crypto/openssl/doc/crypto/
DRSA_set_method.pod90 int (*rsa_pub_dec)(int flen, unsigned char *from,
/freebsd-10-stable/contrib/wpa/src/crypto/
Dtls_openssl.c374 rsa_meth->rsa_pub_dec = cryptoapi_rsa_pub_dec; in tls_cryptoapi_cert()
/freebsd-10-stable/crypto/openssl/
DCHANGES9142 if rsa_pub_dec() and rsa_priv_enc() equivalents are not available.