Home | History | Annotate | Download | only in x509

Lines Matching refs:RSA

11  * apply to all code found in this distribution, be it the RC4, RSA,
96 #include <openssl/rsa.h>
691 RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
692 int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
693 RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
694 int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa);
695 RSA *d2i_RSA_PUBKEY_fp(FILE *fp,RSA **rsa);
696 int i2d_RSA_PUBKEY_fp(FILE *fp,RSA *rsa);
730 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
731 int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);
732 RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);
733 int i2d_RSAPublicKey_bio(BIO *bp,RSA *rsa);
734 RSA *d2i_RSA_PUBKEY_bio(BIO *bp,RSA **rsa);
735 int i2d_RSA_PUBKEY_bio(BIO *bp,RSA *rsa);
806 int i2d_RSA_PUBKEY(RSA *a,unsigned char **pp);
807 RSA * d2i_RSA_PUBKEY(RSA **a,const unsigned char **pp,