/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_d2i_fp.c | 21 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp() 37 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) in ASN1_d2i_bio()
|
H A D | a_dup.c | 16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) in ASN1_dup()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pem/ |
H A D | pem_oth.c | 20 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, in PEM_ASN1_read_bio()
|
H A D | pem_info.c | 50 d2i_of_void *d2i = 0; in STACK_OF() local
|
H A D | pem_lib.c | 106 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/ |
H A D | pem_oth.c | 20 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, in PEM_ASN1_read_bio()
|
H A D | pem_info.c | 66 d2i_of_void *d2i = 0; in STACK_OF() local
|
H A D | pem_lib.c | 109 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | a_dup.c | 16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | x509aux.c | 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs() local
|
H A D | asn1_encode_test.c | 167 d2i_fn *d2i; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | x509aux.c | 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs() local
|
H A D | endecoder_legacy_test.c | 434 const void *legacy_key, i2d_of_void *i2d, d2i_of_void *d2i, in test_DER()
|
H A D | asn1_encode_test.c | 167 d2i_fn *d2i; member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | asn1.h | 262 # define CHECKED_D2I_OF(type, d2i) \ argument 690 # define ASN1_dup_of(type,i2d,d2i,x) \ argument 695 # define ASN1_dup_of_const(type,i2d,d2i,x) \ argument 711 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument 738 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
|
H A D | x509v3.h | 57 X509V3_EXT_D2I d2i; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | asn1.h.in | 307 # define CHECKED_D2I_OF(type, d2i) \ argument 739 # define ASN1_dup_of(type,i2d,d2i,x) \ argument 764 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument 788 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument 954 # define ASN1_dup_of_const(type,i2d,d2i,x) ASN1_dup_of(type,i2d,d2i,x) argument
|
H A D | x509v3.h.in | 69 X509V3_EXT_D2I d2i; member
|