Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/pem/
Dpem_all.c125 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, in PEM_read_RSAPrivateKey() function
Dpem.h395 #define PEM_read_RSAPrivateKey(fp,x,cb,u) (RSA *)PEM_ASN1_read( \ macro