Home
last modified time | relevance | path

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

12

/freebsd-14.2/crypto/openssl/crypto/asn1/
H 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()
H 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()
H 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()
H 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()
H 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()
/freebsd-14.2/crypto/openssl/test/
H 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()
H 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()
H 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()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dasn1.h356 # define CHECKED_I2D_OF(type, i2d) \ argument
357 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
906 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
907 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
942 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument
943 (ASN1_i2d_fp(CHECKED_I2D_OF(type, i2d), \
966 # define ASN1_i2d_bio_of(type,i2d,out,x) \ argument
967 (ASN1_i2d_bio(CHECKED_I2D_OF(type, i2d), \
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
[all …]
H 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 …]
H 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,
H 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,
/freebsd-14.2/lib/libc/arm/aeabi/
H A Daeabi_vfp_double.S159 AEABI_ENTRY(i2d)
164 AEABI_END(i2d)
H A Daeabi_double.c69 float64 AEABI_FUNC(i2d, int, int32_to_float64) in AEABI_FUNC2()
/freebsd-14.2/crypto/openssl/crypto/pem/
H 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()
/freebsd-14.2/crypto/openssl/doc/man3/
H A Di2d_PKCS7_bio_stream.pod26 The prefix "i2d" is arguably wrong because the function outputs BER format.
H A Di2d_CMS_bio_stream.pod26 The prefix "i2d" is arguably wrong because the function outputs BER format.
H A Dd2i_RSAPrivateKey.pod5 Any deprecated keypair/params d2i or i2d functions are collected on this page.
116 instead of the B<d2i> functions and L<OSSL_ENCODER(3)> instead of the B<i2d>
193 =head3 Migrating B<i2d> functions to B<OSSL_ENCODER>
199 B<i2d> functions names can therefore be translated into two variables,
H A Do2i_SCT_LIST.pod20 The SCT_LIST and SCT functions are very similar to the i2d and d2i family of
H A DASN1_item_sign.pod129 /* new, free, d2i & i2d functions for MySignInfoObject */
139 /* new, free, d2i & i2d functions for MyObject */
H 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>.
H A Dd2i_PrivateKey.pod90 after a successful operation, just like the other d2i and i2d functions;
H A DASN1_EXTERN_FUNCS.pod112 An "i2d" function responsible for converting an B<ASN1_VALUE> into DER encoding.
/freebsd-14.2/crypto/openssl/crypto/x509/
H 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()
/freebsd-14.2/crypto/openssl/doc/internal/man7/
H A DDERlib.pod10 as an alternative to the publicly known i2d and d2i functions. It's

12