Symbol: ASN1_OCTET_STRING_new
crypto/libressl/crypto/asn1/a_type.c
203
if ((os = ASN1_OCTET_STRING_new()) == NULL)
crypto/libressl/crypto/asn1/p5_pbev2.c
306
if (!(osalt = ASN1_OCTET_STRING_new()))
crypto/libressl/crypto/asn1/x_pkey.c
81
if ((ret->enc_pkey = ASN1_OCTET_STRING_new()) == NULL) {
crypto/libressl/crypto/asn1/x_x509a.c
189
if (!aux->keyid && !(aux->keyid = ASN1_OCTET_STRING_new()))
crypto/libressl/crypto/cms/cms_io.c
71
*pos = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/cms/cms_lib.c
367
*pos = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/ec/ec_asn1.c
952
if (ret->base == NULL && (ret->base = ASN1_OCTET_STRING_new()) == NULL) {
crypto/libressl/crypto/evp/e_gost2814789.c
133
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/gost/gostr341001_ameth.c
273
octet = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/hmac/hm_ameth.c
117
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/ocsp/ocsp_srv.c
249
if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
crypto/libressl/crypto/pkcs12/p12_add.c
105
if (!(p7->d.data = ASN1_OCTET_STRING_new())) {
crypto/libressl/crypto/pkcs12/p12_decr.c
161
if (!(oct = ASN1_OCTET_STRING_new())) {
crypto/libressl/crypto/pkcs12/p12_init.c
84
ASN1_OCTET_STRING_new())) {
crypto/libressl/crypto/pkcs7/pk7_attr.c
162
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/pkcs7/pk7_doit.c
721
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/pkcs7/pk7_doit.c
733
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/pkcs7/pk7_lib.c
183
if ((p7->d.data = ASN1_OCTET_STRING_new()) == NULL)
crypto/libressl/crypto/pkcs7/pk7_lib.c
625
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/pkcs7/pk7_lib.c
633
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/rsa/rsa_ameth.c
1069
los = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/ts/ts_rsp_sign.c
918
if (!(octet_string = ASN1_OCTET_STRING_new()))
crypto/libressl/crypto/x509/x509_conf.c
209
if (!(ext_oct = ASN1_OCTET_STRING_new()))
crypto/libressl/crypto/x509/x509_conf.c
310
if (!(oct = ASN1_OCTET_STRING_new())) {
crypto/libressl/crypto/x509/x509_ocsp.c
279
return ASN1_OCTET_STRING_new();
crypto/libressl/crypto/x509/x509_ocsp.c
301
os = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/x509/x509_pci.c
120
*policy = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/x509/x509_skey.c
100
if (!(oct = ASN1_OCTET_STRING_new())) {
crypto/libressl/crypto/x509/x509_skey.c
126
if (!(oct = ASN1_OCTET_STRING_new())) {
crypto/libressl/crypto/x509/x509_utl.c
1122
ret = ASN1_OCTET_STRING_new();
crypto/libressl/crypto/x509/x509_utl.c
1162
ret = ASN1_OCTET_STRING_new();
crypto/libressl/include/openssl/asn1.h
625
ASN1_OCTET_STRING *ASN1_OCTET_STRING_new(void);