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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x) function
H A Dasn1.h902 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x);
904 ((type *(*)(I2D_OF(type),D2I_OF(type),type *))openssl_fcast(ASN1_dup))(i2d,d2i,x)
906 ((type *(*)(I2D_OF_const(type),D2I_OF(type),type *))openssl_fcast(ASN1_dup))(i2d,d2i,x)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509.h592 #define X509_dup(x509) (X509 *)ASN1_dup((int (*)())i2d_X509, \
594 #define X509_ATTRIBUTE_dup(xa) (X509_ATTRIBUTE *)ASN1_dup(\
597 #define X509_EXTENSION_dup(ex) (X509_EXTENSION *)ASN1_dup( \
607 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
620 #define PKCS7_dup(p7) (PKCS7 *)ASN1_dup((int (*)())i2d_PKCS7, \
633 #define X509_REQ_dup(req) (X509_REQ *)ASN1_dup((int (*)())i2d_X509_REQ, \
646 #define RSAPublicKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPublicKey, \
648 #define RSAPrivateKey_dup(rsa) (RSA *)ASN1_dup((int (*)())i2d_RSAPrivateKey, \
695 #define X509_ALGOR_dup(xn) (X509_ALGOR *)ASN1_dup((int (*)())i2d_X509_ALGOR,\
698 #define X509_NAME_dup(xn) (X509_NAME *)ASN1_dup((in
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp.h396 (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\

Completed in 140 milliseconds