Home
last modified time | relevance | path

Searched defs:RSAPrivateKey_dup (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_asn1.c118 RSA *RSAPrivateKey_dup(RSA *rsa) in RSAPrivateKey_dup() function
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509.h648 #define RSAPrivateKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPrivateKey, \ macro