Symbol: ASN1_TYPE_new
crypto/libressl/apps/openssl/ts.c
628
if ((algo->parameter = ASN1_TYPE_new()) == NULL)
crypto/libressl/crypto/asn1/a_type.c
312
if ((rt = ASN1_TYPE_new()) == NULL) {
crypto/libressl/crypto/asn1/asn1_gen.c
470
if (!(ret = ASN1_TYPE_new()))
crypto/libressl/crypto/asn1/asn1_gen.c
617
if (!(atmp = ASN1_TYPE_new())) {
crypto/libressl/crypto/asn1/p5_pbev2.c
210
if (!(scheme->parameter = ASN1_TYPE_new()))
crypto/libressl/crypto/asn1/p5_pbev2.c
261
if (!(ret->parameter = ASN1_TYPE_new()))
crypto/libressl/crypto/asn1/p5_pbev2.c
358
if (!(keyfunc->parameter = ASN1_TYPE_new()))
crypto/libressl/crypto/asn1/tasn_dec.c
399
if ((atype = ASN1_TYPE_new()) == NULL)
crypto/libressl/crypto/asn1/x_algor.c
157
alg->parameter = ASN1_TYPE_new();
crypto/libressl/crypto/asn1/x_attrib.c
151
if ((val = ASN1_TYPE_new()) == NULL)
crypto/libressl/crypto/cms/cms_enc.c
178
calg->parameter = ASN1_TYPE_new();
crypto/libressl/crypto/cms/cms_pwri.c
146
encalg->parameter = ASN1_TYPE_new();
crypto/libressl/crypto/cms/cms_pwri.c
179
pwri->keyEncryptionAlgorithm->parameter = ASN1_TYPE_new();
crypto/libressl/crypto/ec/ec_ameth.c
965
wrap_alg->parameter = ASN1_TYPE_new();
crypto/libressl/crypto/ocsp/ocsp_lib.c
127
if ((alg->parameter = ASN1_TYPE_new()) == NULL)
crypto/libressl/crypto/pkcs12/p12_mutl.c
249
if (!(p12->mac->dinfo->algor->parameter = ASN1_TYPE_new())) {
crypto/libressl/crypto/pkcs7/pk7_attr.c
113
if (!(alg->parameter = ASN1_TYPE_new()))
crypto/libressl/crypto/pkcs7/pk7_doit.c
357
xalg->parameter = ASN1_TYPE_new();
crypto/libressl/crypto/pkcs7/pk7_lib.c
276
!(alg->parameter = ASN1_TYPE_new())) {
crypto/libressl/crypto/pkcs7/pk7_lib.c
438
if (!(p7->d.digest->md->parameter = ASN1_TYPE_new())) {
crypto/libressl/crypto/ts/ts_rsp_sign.c
915
if (!(ret->d.other = ASN1_TYPE_new()))
crypto/libressl/crypto/x509/x509_att.c
337
if (!(ttmp = ASN1_TYPE_new()))
crypto/libressl/include/openssl/asn1.h
536
ASN1_TYPE *ASN1_TYPE_new(void);
usr.sbin/uefisign/uefisign.c
233
t = ASN1_TYPE_new();