Searched refs:ASN1_dup (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) function
H A Dasn1.h964 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
967 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
972 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) function
H A Dasn1.h964 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
967 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
972 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x) function
H A Dasn1.h915 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x);
918 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
923 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509.h596 #define X509_dup(x509) (X509 *)ASN1_dup((int (*)())i2d_X509, \
598 #define X509_ATTRIBUTE_dup(xa) (X509_ATTRIBUTE *)ASN1_dup(\
601 #define X509_EXTENSION_dup(ex) (X509_EXTENSION *)ASN1_dup( \
611 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
624 #define PKCS7_dup(p7) (PKCS7 *)ASN1_dup((int (*)())i2d_PKCS7, \
637 #define X509_REQ_dup(req) (X509_REQ *)ASN1_dup((int (*)())i2d_X509_REQ, \
650 #define RSAPublicKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPublicKey, \
652 #define RSAPrivateKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPrivateKey, \
699 #define X509_ALGOR_dup(xn) (X509_ALGOR *)ASN1_dup((int (*)())i2d_X509_ALGOR,\
702 #define X509_NAME_dup(xn) (X509_NAME *)ASN1_dup((in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h596 #define X509_dup(x509) (X509 *)ASN1_dup((int (*)())i2d_X509, \
598 #define X509_ATTRIBUTE_dup(xa) (X509_ATTRIBUTE *)ASN1_dup(\
601 #define X509_EXTENSION_dup(ex) (X509_EXTENSION *)ASN1_dup( \
611 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
624 #define PKCS7_dup(p7) (PKCS7 *)ASN1_dup((int (*)())i2d_PKCS7, \
637 #define X509_REQ_dup(req) (X509_REQ *)ASN1_dup((int (*)())i2d_X509_REQ, \
650 #define RSAPublicKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPublicKey, \
652 #define RSAPrivateKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPrivateKey, \
699 #define X509_ALGOR_dup(xn) (X509_ALGOR *)ASN1_dup((int (*)())i2d_X509_ALGOR,\
702 #define X509_NAME_dup(xn) (X509_NAME *)ASN1_dup((in
[all...]
H A Dasn1.h915 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x);
918 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
923 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
H A Docsp.h396 (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_genn.c105 return (GENERAL_NAME *)ASN1_dup((i2d_of_void *)i2d_GENERAL_NAME,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_genn.c105 return (GENERAL_NAME *)ASN1_dup((i2d_of_void *)i2d_GENERAL_NAME,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp.h392 (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp.h396 (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp.h392 (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\

Completed in 214 milliseconds