HomeSort by relevance Sort by last modified time
    Searched refs:X509_PKEY (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/asn1/
x_pkey.c 67 int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp)
72 X509_PKEY *d2i_X509_PKEY(X509_PKEY **a, const unsigned char **pp, long length)
75 M_ASN1_D2I_vars(a,X509_PKEY *,X509_PKEY_new);
107 X509_PKEY *X509_PKEY_new(void)
109 X509_PKEY *ret=NULL;
112 M_ASN1_New_Malloc(ret,X509_PKEY);
127 void X509_PKEY_free(X509_PKEY *x)
135 REF_PRINT("X509_PKEY",x);
  /external/openssl/crypto/x509/
x509.h 507 } X509_PKEY;
514 X509_PKEY *x_pkey;
865 X509_PKEY * X509_PKEY_new(void );
866 void X509_PKEY_free(X509_PKEY *a);
867 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
868 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);
    [all...]
  /external/openssl/include/openssl/
x509.h 507 } X509_PKEY;
514 X509_PKEY *x_pkey;
865 X509_PKEY * X509_PKEY_new(void );
866 void X509_PKEY_free(X509_PKEY *a);
867 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
868 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);
    [all...]

Completed in 17 milliseconds