Symbol: ASN1_STRING_data
crypto/libressl/apps/openssl/ca.c
1331
data = ASN1_STRING_data(serialNumber);
crypto/libressl/apps/openssl/cms.c
1879
id = (char *) ASN1_STRING_data(scid);
crypto/libressl/crypto/asn1/a_type.c
224
p = ASN1_STRING_data(a->value.octet_string);
crypto/libressl/crypto/asn1/a_type.c
286
memcpy(data, ASN1_STRING_data(ios->value), len);
crypto/libressl/crypto/asn1/p5_pbe.c
145
sstr = ASN1_STRING_data(pbe->salt);
crypto/libressl/crypto/asn1/p8_pkey.c
165
*pk = ASN1_STRING_data(p8->pkey);
crypto/libressl/crypto/ec/ec_asn1.c
1361
ASN1_STRING_data(priv_key->privateKey),
crypto/libressl/crypto/ec/ec_asn1.c
1385
pub_oct = ASN1_STRING_data(priv_key->publicKey);
crypto/libressl/crypto/gost/gostr341001_ameth.c
285
sptr = ASN1_STRING_data(octet);
crypto/libressl/crypto/ts/ts_lib.c
149
BIO_dump_indent(bio, (const char *)ASN1_STRING_data(msg),
crypto/libressl/crypto/ts/ts_rsp_verify.c
667
strlcat(result, (const char *)ASN1_STRING_data(current), length);
crypto/libressl/crypto/ts/ts_rsp_verify.c
771
memcmp(imprint_a, ASN1_STRING_data(b->hashed_msg), len_a) == 0;
crypto/libressl/crypto/ts/ts_verify_ctx.c
215
memcpy(ret->imprint, ASN1_STRING_data(msg), ret->imprint_len);
crypto/libressl/include/openssl/asn1.h
532
#define M_ASN1_STRING_data ASN1_STRING_data
crypto/libressl/include/openssl/asn1.h
570
unsigned char *ASN1_STRING_data(ASN1_STRING *x);
crypto/libressl/tls/tls_verify.c
134
data = ASN1_STRING_data(altname->d.dNSName);
crypto/libressl/tls/tls_verify.c
178
data = ASN1_STRING_data(altname->d.iPAddress);
lib/libfetch/common.c
967
ns = (const char *)ASN1_STRING_data(name->d.ia5);