Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
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()
Drsa_crpt.c36 return rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding); in RSA_public_encrypt()
Drsa_local.h105 int (*rsa_pub_enc) (int flen, const unsigned char *from, member
/third_party/openssl/doc/man3/
DRSA_set_method.pod94 int (*rsa_pub_enc)(int flen, unsigned char *from,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c606 rsa_meth->rsa_pub_enc = cryptoapi_rsa_pub_enc; in tls_cryptoapi_cert()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c612 rsa_meth->rsa_pub_enc = cryptoapi_rsa_pub_enc; in tls_cryptoapi_cert()