/openbsd-src/lib/libcrypto/asn1/ |
H A D | a_string.c | 137 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 D | x_x509a.c | 173 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 D | a_octet.c | 103 return ASN1_STRING_set(x, d, len); in ASN1_OCTET_STRING_set()
|
H A D | p5_pbe.c | 143 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen)) { in PKCS5_pbe_set0_algor()
|
H A D | a_bitstr.c | 114 return ASN1_STRING_set(x, d, len); in ASN1_BIT_STRING_set()
|
H A D | asn1_gen.c | 687 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 D | a_mbstr.c | 209 if (!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
|
H A D | a_type.c | 217 if (!ASN1_STRING_set(os, data, len)) { in ASN1_TYPE_set_octetstring()
|
/openbsd-src/lib/libcrypto/cms/ |
H A D | cms_dd.c | 143 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in cms_DigestedData_do_final()
|
H A D | cms_ess.c | 136 if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32)) in CMS_ReceiptRequest_create0()
|
/openbsd-src/regress/lib/libcrypto/asn1/ |
H A D | asn1string_copy.c | 35 if (ASN1_STRING_set(src, data, -1) == 0) in main()
|
H A D | asn1oct.c | 90 if (!ASN1_STRING_set(aos, (void *)test->buf, test->len)) in test_i2s_ASN1_OCTET_STRING()
|
/openbsd-src/lib/libcrypto/x509/ |
H A D | x509_skey.c | 161 if (!ASN1_STRING_set(oct, pkey_dig, diglen)) { in s2i_skey_id()
|
H A D | x509_cpols.c | 526 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 D | x509_v3.c | 263 return ASN1_STRING_set(ext->value, data->data, data->length); in X509_EXTENSION_set_data()
|
H A D | x509_ia5.c | 258 if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
|
H A D | x509_att.c | 301 if (!ASN1_STRING_set(stmp, data, len)) in X509_ATTRIBUTE_create_by_txt()
|
H A D | x509name.c | 416 i = ASN1_STRING_set(ne->value, bytes, len); in X509_NAME_ENTRY_set_data()
|
/openbsd-src/lib/libcrypto/pkcs7/ |
H A D | pk7_attr.c | 168 if (!ASN1_STRING_set(os, md, mdlen) || in PKCS7_add1_attrib_digest()
|
/openbsd-src/lib/libcrypto/ocsp/ |
H A D | ocsp_ext.c | 493 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 D | ec_asn1.c |
|
/openbsd-src/lib/libcrypto/pkcs12/ |
H A D | p12_mutl.c | 219 if (!(ASN1_STRING_set(p12->mac->dinfo->digest, mac, maclen))) { in PKCS12_set_mac()
|
/openbsd-src/lib/libcrypto/hidden/openssl/ |
H A D | asn1.h | 50 LCRYPTO_USED(ASN1_STRING_set);
|
/openbsd-src/regress/lib/libtls/verify/ |
H A D | verifytest.c | 418 if (ASN1_STRING_set(alt_name_str, alt->name, alt->name_len) == 0) in alt_names_add()
|
/openbsd-src/lib/libcrypto/ts/ |
H A D | ts_rsp_sign.c | 365 !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()
|