Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_meth.c158 return meth->rsa_priv_dec; in RSA_meth_get_priv_dec()
166 meth->rsa_priv_dec = priv_dec; in RSA_meth_set_priv_dec()
Drsa_crpt.c48 return rsa->meth->rsa_priv_dec(flen, from, to, rsa, padding); in RSA_private_decrypt()
Drsa_local.h111 int (*rsa_priv_dec) (int flen, const unsigned char *from, member
/third_party/openssl/doc/man3/
DRSA_set_method.pod106 int (*rsa_priv_dec)(int flen, unsigned char *from,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c609 rsa_meth->rsa_priv_dec = cryptoapi_rsa_priv_dec; in tls_cryptoapi_cert()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c615 rsa_meth->rsa_priv_dec = cryptoapi_rsa_priv_dec; in tls_cryptoapi_cert()