Symbol: ASN1_INTEGER_new
crypto/libressl/apps/openssl/apps.c
1196
ai = ASN1_INTEGER_new();
crypto/libressl/apps/openssl/ts.c
1005
if ((serial = ASN1_INTEGER_new()) == NULL)
crypto/libressl/apps/openssl/ts.c
750
if ((nonce = ASN1_INTEGER_new()) == NULL)
crypto/libressl/apps/openssl/x509.c
873
x509_config.sno = ASN1_INTEGER_new();
crypto/libressl/crypto/asn1/a_int.c
329
ret = ASN1_INTEGER_new();
crypto/libressl/crypto/asn1/a_int.c
698
if ((aint = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/asn1/a_int.c
784
if ((ret = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/asn1/p5_pbev2.c
333
if (!(kdf->keylength = ASN1_INTEGER_new()))
crypto/libressl/crypto/asn1/x_long.c
166
if ((aint = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/cms/cms_sd.c
958
if ((key = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/ec/ec_asn1.c
759
char_two->p.tpBasis = ASN1_INTEGER_new();
crypto/libressl/crypto/ocsp/ocsp_ext.c
457
if (!(cid->crlNum = ASN1_INTEGER_new()))
crypto/libressl/crypto/pkcs12/p12_mutl.c
228
if (!(p12->mac->iter = ASN1_INTEGER_new())) {
crypto/libressl/crypto/pkcs7/pk7_attr.c
115
if (!(nbit = ASN1_INTEGER_new()))
crypto/libressl/crypto/rsa/rsa_ameth.c
689
pss->saltLength = ASN1_INTEGER_new();
crypto/libressl/crypto/ts/ts_rsp_sign.c
101
ASN1_INTEGER *serial = ASN1_INTEGER_new();
crypto/libressl/crypto/ts/ts_rsp_sign.c
301
if (secs && (!(ctx->seconds = ASN1_INTEGER_new()) ||
crypto/libressl/crypto/ts/ts_rsp_sign.c
304
if (millis && (!(ctx->millis = ASN1_INTEGER_new()) ||
crypto/libressl/crypto/ts/ts_rsp_sign.c
307
if (micros && (!(ctx->micros = ASN1_INTEGER_new()) ||
crypto/libressl/crypto/x509/x509_r2x.c
88
if ((xi->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/x509/x509_req.c
92
if ((ri->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/x509/x509_set.c
86
if ((x->cert_info->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/x509/x509_sxnet.c
275
if (!(izone = ASN1_INTEGER_new()) ||
crypto/libressl/crypto/x509/x509_sxnet.c
360
if (!(izone = ASN1_INTEGER_new()) ||
crypto/libressl/crypto/x509/x509cset.c
81
if ((x->crl->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/include/openssl/asn1.h
592
ASN1_INTEGER *ASN1_INTEGER_new(void);