Searched defs:RSAPrivateKey_dup (Results 1 – 2 of 2) sorted by relevance
118 RSA *RSAPrivateKey_dup(RSA *rsa) in RSAPrivateKey_dup() function
648 #define RSAPrivateKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPrivateKey, \ macro