Home
last modified time | relevance | path

Searched refs:ASN1_STRING_set (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/lib/libcrypto/asn1/
H A Da_string.c137 if (!ASN1_STRING_set(dst, src->data, src->length)) in ASN1_STRING_copy()
166 ASN1_STRING_set(ASN1_STRING *astr, const void *_data, int len) in ASN1_STRING_set() function
200 LCRYPTO_ALIAS(ASN1_STRING_set);
H A Dx_x509a.c173 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1()
192 return ASN1_STRING_set(aux->keyid, id, len); in X509_keyid_set1()
H A Da_octet.c103 return ASN1_STRING_set(x, d, len); in ASN1_OCTET_STRING_set()
H A Dp5_pbe.c143 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen)) { in PKCS5_pbe_set0_algor()
H A Da_bitstr.c114 return ASN1_STRING_set(x, d, len); in ASN1_BIT_STRING_set()
H A Dasn1_gen.c687 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
744 if (ASN1_STRING_set(atmp->value.asn1_string, str, in asn1_str2type()
H A Da_mbstr.c209 if (!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
H A Da_type.c217 if (!ASN1_STRING_set(os, data, len)) { in ASN1_TYPE_set_octetstring()
/openbsd-src/lib/libcrypto/cms/
H A Dcms_dd.c143 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in cms_DigestedData_do_final()
H A Dcms_ess.c136 if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32)) in CMS_ReceiptRequest_create0()
/openbsd-src/regress/lib/libcrypto/asn1/
H A Dasn1string_copy.c35 if (ASN1_STRING_set(src, data, -1) == 0) in main()
H A Dasn1oct.c90 if (!ASN1_STRING_set(aos, (void *)test->buf, test->len)) in test_i2s_ASN1_OCTET_STRING()
/openbsd-src/lib/libcrypto/x509/
H A Dx509_skey.c161 if (!ASN1_STRING_set(oct, pkey_dig, diglen)) { in s2i_skey_id()
H A Dx509_cpols.c526 if (ASN1_STRING_set(nqual->d.cpsuri, cnf->value, in policy_section()
609 if (!ASN1_STRING_set(not->exptext, cnf->value, in notice_section()
624 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
H A Dx509_v3.c263 return ASN1_STRING_set(ext->value, data->data, data->length); in X509_EXTENSION_set_data()
H A Dx509_ia5.c258 if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
H A Dx509_att.c301 if (!ASN1_STRING_set(stmp, data, len)) in X509_ATTRIBUTE_create_by_txt()
H A Dx509name.c416 i = ASN1_STRING_set(ne->value, bytes, len); in X509_NAME_ENTRY_set_data()
/openbsd-src/lib/libcrypto/pkcs7/
H A Dpk7_attr.c168 if (!ASN1_STRING_set(os, md, mdlen) || in PKCS7_add1_attrib_digest()
/openbsd-src/lib/libcrypto/ocsp/
H A Docsp_ext.c493 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) in OCSP_crlID_new()
591 if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1)) in OCSP_url_svcloc_new()
/openbsd-src/lib/libcrypto/ec/
H A Dec_asn1.c
/openbsd-src/lib/libcrypto/pkcs12/
H A Dp12_mutl.c219 if (!(ASN1_STRING_set(p12->mac->dinfo->digest, mac, maclen))) { in PKCS12_set_mac()
/openbsd-src/lib/libcrypto/hidden/openssl/
H A Dasn1.h50 LCRYPTO_USED(ASN1_STRING_set);
/openbsd-src/regress/lib/libtls/verify/
H A Dverifytest.c418 if (ASN1_STRING_set(alt_name_str, alt->name, alt->name_len) == 0) in alt_names_add()
/openbsd-src/lib/libcrypto/ts/
H A Dts_rsp_sign.c365 !ASN1_STRING_set(utf8_text, text, strlen(text))) in TS_RESP_CTX_set_status_info()
968 if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) { in ESS_add_signing_cert()

12