ASN1_STRING_set
ASN1_STRING_set(spki->spkac->challenge,
return ASN1_STRING_set(x, d, len);
if (!ASN1_STRING_set(dest, in, len)) {
return ASN1_STRING_set(x, d, len);
if (!ASN1_STRING_set(dst, src->data, src->length))
if (!ASN1_STRING_set(os, data, len)) {
if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
if (ASN1_STRING_set(atmp->value.asn1_string, str,
if (!ASN1_STRING_set(pbe->salt, NULL, saltlen)) {
if (!ASN1_STRING_set(astr, CBS_data(content), CBS_len(content))) {
return ASN1_STRING_set(aux->alias, name, len);
return ASN1_STRING_set(aux->keyid, id, len);
if (!ASN1_STRING_set(dd->digest, md, mdlen))
if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32))
if (!ASN1_STRING_set(priv_key->privateKey, buffer, buf_len)) {
if (!ASN1_STRING_set(priv_key->publicKey, buffer, buf_len)) {
if (!ASN1_STRING_set(curve->a, a_buf, len_1) ||
!ASN1_STRING_set(curve->b, b_buf, len_2)) {
ret = ASN1_STRING_set(octet, NULL, 2 * key_size);
if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1))
if (!(ASN1_STRING_set(p12->mac->dinfo->digest, mac, maclen))) {
if (!ASN1_STRING_set(os, md, mdlen) ||
if (ASN1_STRING_set(p7->d.digest->digest, md_data,
!ASN1_STRING_set(utf8_text, text, strlen(text)))
if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) {
!ASN1_STRING_set(gen->d.ia5, value, strlen(value))) {
if (!ASN1_STRING_set(stmp, data, len))
if (ASN1_STRING_set(nqual->d.cpsuri, cnf->value,
if (!ASN1_STRING_set(not->exptext, cnf->value,
if (!ASN1_STRING_set(nref->organization, cnf->value,
if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
if (!ASN1_STRING_set(oct, pkey_dig, diglen)) {
if (!ASN1_STRING_set(id->user, user, userlen))
i = ASN1_STRING_set(ex->value, data->data, data->length);
i = ASN1_STRING_set(ne->value, bytes, len);
int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
ASN1_STRING_set(s, buf, len);