Home
last modified time | relevance | path

Searched refs:i2d (Results 1 – 25 of 27) sorted by relevance

12

/openssl-master/crypto/asn1/
A Da_i2d_fp.c18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp() argument
28 ret = ASN1_i2d_bio(i2d, b, x); in ASN1_i2d_fp()
34 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x) in ASN1_i2d_bio() argument
40 n = i2d(x, NULL); in ASN1_i2d_bio()
51 i2d(x, &p); in ASN1_i2d_bio()
A Da_digest.c28 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, in ASN1_digest() argument
34 inl = i2d(data, NULL); in ASN1_digest()
44 i2d(data, &p); in ASN1_digest()
A Da_dup.c16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup() argument
26 i = i2d(x, NULL); in ASN1_dup()
36 i = i2d(x, &p); in ASN1_dup()
A Da_verify.c27 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, in ASN1_verify() argument
51 inl = i2d(data, NULL); in ASN1_verify()
63 i2d(data, &p); in ASN1_verify()
A Da_sign.c27 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, in ASN1_sign() argument
74 inl = i2d(data, NULL); in ASN1_sign()
90 i2d(data, &p); in ASN1_sign()
/openssl-master/test/
A Dx509aux.c40 i2d_X509_t i2d = trusted ? i2d_X509_AUX : i2d_X509; in test_certs() local
64 enclen = i2d(cert, NULL); in test_certs()
76 enclen = i2d(cert, &bufp); in test_certs()
111 enclen = i2d(cert, &buf); in test_certs()
130 enclen = i2d(cert, &buf); in test_certs()
A Dasn1_encode_test.c165 i2d_fn *i2d; member
528 len = package->i2d(input, &data); in do_encode()
557 len = package->i2d(p, &data); in do_enc_dec()
A Dendecoder_legacy_test.c434 const void *legacy_key, i2d_of_void *i2d, d2i_of_void *d2i, in test_DER() argument
460 || !TEST_size_t_gt(der_legacy_len = i2d(legacy_key, &der_legacy), 0) in test_DER()
/openssl-master/include/openssl/
A Dasn1.h.in309 # define CHECKED_I2D_OF(type, i2d) \ argument
310 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
739 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
740 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
775 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument
776 (ASN1_i2d_fp(CHECKED_I2D_OF(type, i2d), \
799 # define ASN1_i2d_bio_of(type,i2d,out,x) \ argument
800 (ASN1_i2d_bio(CHECKED_I2D_OF(type, i2d), \
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
[all …]
A Dpem.h390 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp,
413 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp,
A Dx509.h.in609 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
612 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
615 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2,
A Dx509v3.h.in70 X509V3_EXT_I2D i2d; member
A Dasn1t.h.in63 * The EXTERN type uses a new style d2i/i2d.
/openssl-master/crypto/pem/
A Dpem_lib.c293 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, in PEM_ASN1_write() argument
306 ret = PEM_ASN1_write_bio(i2d, name, b, x, enc, kstr, klen, callback, u); in PEM_ASN1_write()
312 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, in PEM_ASN1_write_bio() argument
340 if ((dsize = i2d(x, NULL)) <= 0) { in PEM_ASN1_write_bio()
353 i = i2d(x, &p); in PEM_ASN1_write_bio()
/openssl-master/doc/man3/
A Di2d_CMS_bio_stream.pod26 The prefix "i2d" is arguably wrong because the function outputs BER format.
A Di2d_PKCS7_bio_stream.pod26 The prefix "i2d" is arguably wrong because the function outputs BER format.
A Do2i_SCT_LIST.pod20 The SCT_LIST and SCT functions are very similar to the i2d and d2i family of
A Dd2i_RSAPrivateKey.pod5 Any deprecated keypair/params d2i or i2d functions are collected on this page.
118 instead of the B<d2i> functions and L<OSSL_ENCODER(3)> instead of the B<i2d>
195 =head3 Migrating B<i2d> functions to B<OSSL_ENCODER>
201 B<i2d> functions names can therefore be translated into two variables,
A DASN1_item_sign.pod129 /* new, free, d2i & i2d functions for MySignInfoObject */
139 /* new, free, d2i & i2d functions for MyObject */
A DASN1_aux_cb.pod154 immediately before a "i2d" operation for the B<ASN1_VALUE>.
159 immediately after a "i2d" operation for the B<ASN1_VALUE>.
A Dd2i_PrivateKey.pod90 after a successful operation, just like the other d2i and i2d functions;
A DASN1_EXTERN_FUNCS.pod112 An "i2d" function responsible for converting an B<ASN1_VALUE> into DER encoding.
/openssl-master/crypto/x509/
A Dv3_conf.c156 ext_len = method->i2d(ext_struc, NULL); in do_ext_i2d()
162 method->i2d(ext_struc, &p); in do_ext_i2d()
/openssl-master/doc/internal/man7/
A DDERlib.pod10 as an alternative to the publicly known i2d and d2i functions. It's
/openssl-master/doc/man7/
A Dmigration_guide.pod974 =head4 Deprecated i2d and d2i functions for low-level key types
976 Any i2d and d2i functions such as d2i_DHparams() that take a low-level key type
1264 See L</Deprecated i2d and d2i functions for low-level key types>

Completed in 52 milliseconds

12