Symbol: i2a_ASN1_OBJECT
crypto/libressl/apps/openssl/ca.c
2879
j = i2a_ASN1_OBJECT(bp, obj);
crypto/libressl/apps/openssl/pkcs12.c
1088
i2a_ASN1_OBJECT(out, obj);
crypto/libressl/apps/openssl/pkcs12.c
978
i2a_ASN1_OBJECT(bio_err, PKCS12_SAFEBAG_get0_type(bag));
crypto/libressl/crypto/asn1/asn1_par.c
229
i2a_ASN1_OBJECT(bp, o);
crypto/libressl/crypto/asn1/t_req.c
150
if (i2a_ASN1_OBJECT(bp, ri->pubkey->algor->algorithm) <= 0)
crypto/libressl/crypto/asn1/t_req.c
187
if ((j = i2a_ASN1_OBJECT(bp, a->object)) > 0) {
crypto/libressl/crypto/asn1/t_req.c
228
i2a_ASN1_OBJECT(bp, obj);
crypto/libressl/crypto/asn1/t_x509.c
220
if (i2a_ASN1_OBJECT(bp, ci->key->algor->algorithm) <= 0)
crypto/libressl/crypto/asn1/t_x509.c
336
if (i2a_ASN1_OBJECT(bp, sigalg->algorithm) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
220
if (i2a_ASN1_OBJECT(bp, rb->responseType) <= 0)
crypto/libressl/crypto/ocsp/ocsp_prn.c
77
i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm);
crypto/libressl/crypto/rsa/rsa_ameth.c
347
if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
crypto/libressl/crypto/rsa/rsa_ameth.c
362
if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0)
crypto/libressl/crypto/rsa/rsa_ameth.c
368
if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
crypto/libressl/crypto/ts/ts_lib.c
118
i2a_ASN1_OBJECT(bio, obj);
crypto/libressl/crypto/x509/pcy_tree.c
89
i2a_ASN1_OBJECT(err, oid);
crypto/libressl/crypto/x509/x509_alt.c
308
i2a_ASN1_OBJECT(out, gen->d.rid);
crypto/libressl/crypto/x509/x509_cpols.c
681
i2a_ASN1_OBJECT(out, pinfo->policyid);
crypto/libressl/crypto/x509/x509_cpols.c
713
i2a_ASN1_OBJECT(out, qualinfo->pqualid);
crypto/libressl/crypto/x509/x509_cpols.c
756
i2a_ASN1_OBJECT(out, dat->valid_policy);
crypto/libressl/crypto/x509/x509_info.c
306
i2a_ASN1_OBJECT(bp, a->method);
crypto/libressl/crypto/x509/x509_ocsp.c
267
if (i2a_ASN1_OBJECT(bp, oid) <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
370
if (i2a_ASN1_OBJECT(bp, ad->method) <= 0)
crypto/libressl/crypto/x509/x509_pci.c
77
i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage);
crypto/libressl/crypto/x509/x509_prn.c
177
i2a_ASN1_OBJECT(bp, obj);
crypto/libressl/include/openssl/asn1.h
738
int i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *a);