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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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, 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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509.h447 } X509_PKEY; typedef in typeref:struct:private_key_st
454 X509_PKEY *x_pkey;
898 X509_PKEY * X509_PKEY_new(void );
899 void X509_PKEY_free(X509_PKEY *a);
900 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
901 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,unsigned char **pp,long length);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509.h447 } X509_PKEY; typedef in typeref:struct:private_key_st
454 X509_PKEY *x_pkey;
898 X509_PKEY * X509_PKEY_new(void );
899 void X509_PKEY_free(X509_PKEY *a);
900 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
901 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,unsigned char **pp,long length);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509.h477 } X509_PKEY; typedef in typeref:struct:private_key_st
484 X509_PKEY *x_pkey;
959 X509_PKEY * X509_PKEY_new(void );
960 void X509_PKEY_free(X509_PKEY *a);
961 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
962 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h477 } X509_PKEY; typedef in typeref:struct:private_key_st
484 X509_PKEY *x_pkey;
959 X509_PKEY * X509_PKEY_new(void );
960 void X509_PKEY_free(X509_PKEY *a);
961 int i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
962 X509_PKEY * d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);

Completed in 112 milliseconds