Home
last modified time | relevance | path

Searched refs:rsa_priv_enc (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/crypto/openssl/engines/
De_nuron.c367 nuron_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_helper()
De_gmp.c180 e_gmp_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_helper()
De_atalla.c239 atalla_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_helper()
De_aep.c314 aep_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_aep()
De_chil.c390 hwcrhk_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_helper()
De_ubsec.c246 ubsec_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_helper()
De_cswift.c272 cswift_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_helper()
/freebsd-9-stable/crypto/openssl/fips/rsa/
Dfips_rsa_sign.c257 j = rsa->meth->rsa_priv_enc(i, sbuf, sigret, rsa, RSA_NO_PADDING); in fips_rsa_sign()
275 j = rsa->meth->rsa_priv_enc(i, tmpdinfo, sigret, rsa, rsa_pad_mode); in fips_rsa_sign()
/freebsd-9-stable/crypto/openssl/crypto/rsa/
Drsa_lib.c86 return (rsa->meth->rsa_priv_enc(flen, from, to, rsa, padding)); in RSA_private_encrypt()
Drsa_sign.c136 i = rsa->meth->rsa_priv_enc(i, s, sigret, rsa, RSA_PKCS1_PADDING); in RSA_sign()
Drsa.h112 int (*rsa_priv_enc) (int flen, const unsigned char *from, member
/freebsd-9-stable/crypto/openssh/
Dssh-pkcs11-client.c148 helper_rsa.rsa_priv_enc = pkcs11_rsa_private_encrypt; in wrap_key()
Dssh-pkcs11.c321 k11->rsa_method.rsa_priv_enc = pkcs11_rsa_private_encrypt; in pkcs11_rsa_wrap()
/freebsd-9-stable/crypto/openssl/demos/engines/ibmca/
Dhw_ibmca.c254 ibmca_rsa.rsa_priv_enc = meth1->rsa_priv_enc; in bind_helper()
/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_cryptodev.c1132 cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc; in ENGINE_load_cryptodev()
/freebsd-9-stable/crypto/openssl/demos/engines/zencod/
Dhw_zencod.c323 zencod_rsa.rsa_priv_enc = meth_rsa->rsa_priv_enc; in bind_helper()
/freebsd-9-stable/crypto/openssl/doc/crypto/
DRSA_set_method.pod94 int (*rsa_priv_enc)(int flen, unsigned char *from,
/freebsd-9-stable/contrib/wpa/src/crypto/
Dtls_openssl.c373 rsa_meth->rsa_priv_enc = cryptoapi_rsa_priv_enc; in tls_cryptoapi_cert()
/freebsd-9-stable/crypto/openssl/
DCHANGES7359 if rsa_pub_dec() and rsa_priv_enc() equivalents are not available.