Symbol: ASN1_item_i2d
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1859
alen = ASN1_item_i2d((ASN1_VALUE *)sk, &abuf,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
528
param_der_len = ASN1_item_i2d((ASN1_VALUE *)&dhxparams, &param_der,
crypto/openssl/apps/lib/http_server.c
513
ASN1_item_i2d(resp, NULL, it));
crypto/openssl/crypto/asn1/a_digest.c
62
i = ASN1_item_i2d(asn, &str, it);
crypto/openssl/crypto/asn1/a_dup.c
77
i = ASN1_item_i2d(x, &b, it);
crypto/openssl/crypto/asn1/a_i2d_fp.c
90
n = ASN1_item_i2d(x, &b, it);
crypto/openssl/crypto/asn1/a_sign.c
253
buf_len = ASN1_item_i2d(data, &buf_in, it);
crypto/openssl/crypto/asn1/a_verify.c
203
inl = ASN1_item_i2d(data, &buf_in, it);
crypto/openssl/crypto/asn1/asn_pack.c
31
if ((octmp->length = ASN1_item_i2d(obj, &octmp->data, it)) <= 0) {
crypto/openssl/crypto/cmp/cmp_msg.c
1280
return ASN1_item_i2d((const ASN1_VALUE *)msg, out,
crypto/openssl/crypto/cms/cms_asn1.c
404
return ASN1_item_i2d(intsi.a, pder, ASN1_ITEM_rptr(CMS_SharedInfo));
crypto/openssl/crypto/cms/cms_lib.c
51
return ASN1_item_i2d((const ASN1_VALUE *)a, out, (CMS_ContentInfo_it()));
crypto/openssl/crypto/cms/cms_sd.c
898
alen = ASN1_item_i2d((ASN1_VALUE *)si->signedAttrs, &abuf,
crypto/openssl/crypto/cms/cms_sd.c
991
alen = ASN1_item_i2d((ASN1_VALUE *)si->signedAttrs, &abuf,
crypto/openssl/crypto/pkcs12/p12_decr.c
202
inlen = ASN1_item_i2d(obj, &in, it);
crypto/openssl/crypto/pkcs7/pk7_asn1.c
85
return ASN1_item_i2d((const ASN1_VALUE *)a, out, (PKCS7_it()));
crypto/openssl/crypto/pkcs7/pk7_attr.c
29
seq->length = ASN1_item_i2d((ASN1_VALUE *)cap, &seq->data,
crypto/openssl/crypto/pkcs7/pk7_doit.c
1164
alen = ASN1_item_i2d((ASN1_VALUE *)sk, &abuf,
crypto/openssl/crypto/pkcs7/pk7_doit.c
983
alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr, &abuf,
crypto/openssl/crypto/x509/v3_conf.c
148
ext_len = ASN1_item_i2d(ext_struc, &ext_der, ASN1_ITEM_ptr(method->it));
crypto/openssl/crypto/x509/x509_req.c
186
extlen = ASN1_item_i2d((const ASN1_VALUE *)(mod_exts == NULL ? exts : mod_exts),
crypto/openssl/crypto/x509/x_ietfatt.c
94
return ASN1_item_i2d((const ASN1_VALUE *)a, out, OSSL_IETF_ATTR_SYNTAX_it());
crypto/openssl/fuzz/asn1.c
326
if (ASN1_item_i2d(o, &der, i) > 0) {
crypto/openssl/include/openssl/asn1.h
1028
int ASN1_item_i2d(const ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1t.h
819
return ASN1_item_i2d((const ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname)); \
crypto/openssl/include/openssl/asn1t.h
837
return ASN1_item_i2d((const ASN1_VALUE *)a, out, \
crypto/openssl/test/d2i_test.c
81
derlen = ASN1_item_i2d(value, &der, item_type);
crypto/openssl/test/http_test.c
114
else if ((len = ASN1_item_i2d(rsp, NULL, it)) <= 0)