/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_i2d_fp.c | 18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp() 34 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x) in ASN1_i2d_bio()
|
H A D | a_dup.c | 16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup()
|
H A D | a_digest.c | 28 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, in ASN1_digest()
|
H A D | a_verify.c | 27 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, in ASN1_verify()
|
H A D | a_sign.c | 27 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, in ASN1_sign()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h.in | 309 # define CHECKED_I2D_OF(type, i2d) \ argument 739 # define ASN1_dup_of(type,i2d,d2i,x) \ argument 775 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument 799 # define ASN1_i2d_bio_of(type,i2d,out,x) \ argument 954 # define ASN1_dup_of_const(type,i2d,d2i,x) ASN1_dup_of(type,i2d,d2i,x) argument 955 # define ASN1_i2d_fp_of_const(type,i2d,out,x) ASN1_i2d_fp_of(type,i2d,out,x) argument 956 # define ASN1_i2d_bio_of_const(type,i2d,out,x) ASN1_i2d_bio_of(type,i2d,out,x) argument
|
H A D | asn1.h | 356 # define CHECKED_I2D_OF(type, i2d) \ argument 906 # define ASN1_dup_of(type,i2d,d2i,x) \ argument 942 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument 966 # define ASN1_i2d_bio_of(type,i2d,out,x) \ argument 1121 # define ASN1_dup_of_const(type,i2d,d2i,x) ASN1_dup_of(type,i2d,d2i,x) argument 1122 # define ASN1_i2d_fp_of_const(type,i2d,out,x) ASN1_i2d_fp_of(type,i2d,out,x) argument 1123 # define ASN1_i2d_bio_of_const(type,i2d,out,x) ASN1_i2d_bio_of(type,i2d,out,x) argument
|
H A D | x509v3.h.in | 70 X509V3_EXT_I2D i2d; member
|
H A D | x509v3.h | 69 X509V3_EXT_I2D i2d; member
|
/freebsd/crypto/openssl/test/ |
H A D | x509aux.c | 40 i2d_X509_t i2d = trusted ? i2d_X509_AUX : i2d_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 | 165 i2d_fn *i2d; member
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 293 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, in PEM_ASN1_write() 312 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, in PEM_ASN1_write_bio()
|