Searched refs:X509_PKEY (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_pkey.c69 int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp)
74 X509_PKEY *d2i_X509_PKEY(X509_PKEY **a, const unsigned char **pp, long length)
77 M_ASN1_D2I_vars(a,X509_PKEY *,X509_PKEY_new);
113 X509_PKEY *X509_PKEY_new(void)
115 X509_PKEY *ret=NULL;
118 M_ASN1_New_Malloc(ret,X509_PKEY);
133 void X509_PKEY_free(X509_PKEY *x)
/external/openssl/crypto/asn1/
H A Dx_pkey.c67 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/
H A Dx509.h508 } X509_PKEY; typedef in typeref:struct:private_key_st
515 X509_PKEY *x_pkey;
871 X509_PKEY * X509_PKEY_new(void );
872 void X509_PKEY_free(X509_PKEY *a);
873 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
874 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);
/external/openssl/include/openssl/
H A Dx509.h508 } X509_PKEY; typedef in typeref:struct:private_key_st
515 X509_PKEY *x_pkey;
871 X509_PKEY * X509_PKEY_new(void );
872 void X509_PKEY_free(X509_PKEY *a);
873 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
874 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h462 } X509_PKEY; typedef in typeref:struct:private_key_st
469 X509_PKEY *x_pkey;
827 OPENSSL_EXPORT X509_PKEY * X509_PKEY_new(void );
828 OPENSSL_EXPORT void X509_PKEY_free(X509_PKEY *a);
829 OPENSSL_EXPORT int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
830 OPENSSL_EXPORT X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);

Completed in 124 milliseconds