Symbol: ASN1_STRING_set
crypto/libressl/apps/openssl/spkac.c
214
ASN1_STRING_set(spki->spkac->challenge,
crypto/libressl/crypto/asn1/a_bitstr.c
111
return ASN1_STRING_set(x, d, len);
crypto/libressl/crypto/asn1/a_mbstr.c
208
if (!ASN1_STRING_set(dest, in, len)) {
crypto/libressl/crypto/asn1/a_octet.c
98
return ASN1_STRING_set(x, d, len);
crypto/libressl/crypto/asn1/a_string.c
131
if (!ASN1_STRING_set(dst, src->data, src->length))
crypto/libressl/crypto/asn1/a_type.c
205
if (!ASN1_STRING_set(os, data, len)) {
crypto/libressl/crypto/asn1/asn1_gen.c
682
if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
crypto/libressl/crypto/asn1/asn1_gen.c
739
if (ASN1_STRING_set(atmp->value.asn1_string, str,
crypto/libressl/crypto/asn1/p5_pbe.c
141
if (!ASN1_STRING_set(pbe->salt, NULL, saltlen)) {
crypto/libressl/crypto/asn1/tasn_dec.c
372
if (!ASN1_STRING_set(astr, CBS_data(content), CBS_len(content))) {
crypto/libressl/crypto/asn1/x_x509a.c
173
return ASN1_STRING_set(aux->alias, name, len);
crypto/libressl/crypto/asn1/x_x509a.c
191
return ASN1_STRING_set(aux->keyid, id, len);
crypto/libressl/crypto/cms/cms_dd.c
141
if (!ASN1_STRING_set(dd->digest, md, mdlen))
crypto/libressl/crypto/cms/cms_ess.c
130
if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32))
crypto/libressl/crypto/ec/ec_asn1.c
1452
if (!ASN1_STRING_set(priv_key->privateKey, buffer, buf_len)) {
crypto/libressl/crypto/ec/ec_asn1.c
1486
if (!ASN1_STRING_set(priv_key->publicKey, buffer, buf_len)) {
crypto/libressl/crypto/ec/ec_asn1.c
860
if (!ASN1_STRING_set(curve->a, a_buf, len_1) ||
crypto/libressl/crypto/ec/ec_asn1.c
861
!ASN1_STRING_set(curve->b, b_buf, len_2)) {
crypto/libressl/crypto/gost/gostr341001_ameth.c
279
ret = ASN1_STRING_set(octet, NULL, 2 * key_size);
crypto/libressl/crypto/ocsp/ocsp_ext.c
453
if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
crypto/libressl/crypto/ocsp/ocsp_ext.c
548
if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1))
crypto/libressl/crypto/pkcs12/p12_mutl.c
212
if (!(ASN1_STRING_set(p12->mac->dinfo->digest, mac, maclen))) {
crypto/libressl/crypto/pkcs7/pk7_attr.c
165
if (!ASN1_STRING_set(os, md, mdlen) ||
crypto/libressl/crypto/pkcs7/pk7_doit.c
824
if (ASN1_STRING_set(p7->d.digest->digest, md_data,
crypto/libressl/crypto/ts/ts_rsp_sign.c
352
!ASN1_STRING_set(utf8_text, text, strlen(text)))
crypto/libressl/crypto/ts/ts_rsp_sign.c
949
if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) {
crypto/libressl/crypto/x509/x509_alt.c
597
!ASN1_STRING_set(gen->d.ia5, value, strlen(value))) {
crypto/libressl/crypto/x509/x509_att.c
323
if (!ASN1_STRING_set(stmp, data, len))
crypto/libressl/crypto/x509/x509_cpols.c
498
if (ASN1_STRING_set(nqual->d.cpsuri, cnf->value,
crypto/libressl/crypto/x509/x509_cpols.c
581
if (!ASN1_STRING_set(not->exptext, cnf->value,
crypto/libressl/crypto/x509/x509_cpols.c
596
if (!ASN1_STRING_set(nref->organization, cnf->value,
crypto/libressl/crypto/x509/x509_ia5.c
228
if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
crypto/libressl/crypto/x509/x509_skey.c
153
if (!ASN1_STRING_set(oct, pkey_dig, diglen)) {
crypto/libressl/crypto/x509/x509_sxnet.c
324
if (!ASN1_STRING_set(id->user, user, userlen))
crypto/libressl/crypto/x509/x509_v3.c
270
i = ASN1_STRING_set(ex->value, data->data, data->length);
crypto/libressl/crypto/x509/x509name.c
383
i = ASN1_STRING_set(ne->value, bytes, len);
crypto/libressl/include/openssl/asn1.h
565
int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
usr.sbin/uefisign/uefisign.c
235
ASN1_STRING_set(s, buf, len);