Searched defs:PEM_read_RSAPrivateKey (Results 1 – 2 of 2) sorted by relevance
125 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, in PEM_read_RSAPrivateKey() function
395 #define PEM_read_RSAPrivateKey(fp,x,cb,u) (RSA *)PEM_ASN1_read( \ macro