| /crypto/x509/ |
| A D | v3_ist.c | 55 || !ASN1_STRING_set(ist->signTool, cnf->value, (int)strlen(cnf->value))) { 63 || !ASN1_STRING_set(ist->cATool, cnf->value, (int)strlen(cnf->value))) { 71 || !ASN1_STRING_set(ist->signToolCert, cnf->value, (int)strlen(cnf->value))) { 79 || !ASN1_STRING_set(ist->cAToolCert, cnf->value, (int)strlen(cnf->value))) {
|
| A D | x_x509a.c | 64 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1() 82 return ASN1_STRING_set(aux->keyid, id, len); in X509_keyid_set1()
|
| A D | v3_utf8.c | 57 if (!ASN1_STRING_set((ASN1_STRING *)utf8, str, (int)strlen(str))) { in s2i_ASN1_UTF8STRING()
|
| A D | v3_ia5.c | 53 if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, (int)strlen(str))) { in s2i_ASN1_IA5STRING()
|
| A D | v3_cpols.c | 210 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section() 327 if (!ASN1_STRING_set(not->exptext, value, len)) { in notice_section() 346 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
|
| A D | x509name.c | 330 i = ASN1_STRING_set(ne->value, bytes, len); in X509_NAME_ENTRY_set_data()
|
| A D | x509_att.c | 365 || !ASN1_STRING_set(stmp, data, len)) { in X509_ATTRIBUTE_set1_data()
|
| A D | v3_san.c | 580 !ASN1_STRING_set(gen->d.ia5, (unsigned char *)value, in a2i_GENERAL_NAME()
|
| /crypto/asn1/ |
| A D | a_octet.c | 28 return ASN1_STRING_set(x, d, len); in ASN1_OCTET_STRING_set()
|
| A D | a_int.c | 319 if (r > INT_MAX || ASN1_STRING_set(ret, NULL, (int)r) == 0) { in ossl_c2i_ASN1_INTEGER() 374 return ASN1_STRING_set(a, tbuf + off, (int)(sizeof(tbuf) - off)); in asn1_string_set_int64() 402 return ASN1_STRING_set(a, tbuf + off, (int)(sizeof(tbuf) - off)); in asn1_string_set_uint64() 500 if (ASN1_STRING_set(ret, NULL, len) == 0) { in bn_to_asn1_string()
|
| A D | asn1_lib.c | 262 if (!ASN1_STRING_set(dst, str->data, str->length)) in ASN1_STRING_copy() 286 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) in ASN1_STRING_set() function
|
| A D | a_bitstr.c | 18 return ASN1_STRING_set(x, d, len); in ASN1_BIT_STRING_set()
|
| A D | asn1_gen.c | 650 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type() 704 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
|
| A D | a_mbstr.c | 164 if (!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
|
| A D | p5_scrypt.c | 172 if (ASN1_STRING_set(sparam->salt, salt, saltlen) == 0) { in pkcs5_scrypt_set()
|
| A D | a_time.c | 290 if (!ASN1_STRING_set(tmps, NULL, len)) in ossl_asn1_time_from_tm()
|
| /crypto/cms/ |
| A D | cms_dd.c | 92 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in ossl_cms_DigestedData_do_final()
|
| A D | cms_ess.c | 131 if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32)) { in CMS_ReceiptRequest_create0_ex()
|
| A D | cms_sd.c | 307 if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) { in ossl_cms_add1_signing_cert() 332 if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) { in ossl_cms_add1_signing_cert_v2()
|
| /crypto/pkcs7/ |
| A D | pk7_attr.c | 130 if (!ASN1_STRING_set(os, md, mdlen) in PKCS7_add1_attrib_digest()
|
| /crypto/ocsp/ |
| A D | ocsp_ext.c | 370 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) in OCSP_crlID_new() 456 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1)) in OCSP_url_svcloc_new()
|
| /crypto/cmp/ |
| A D | cmp_status.c | 279 || !ASN1_STRING_set(utf8_text, text, -1)) in OSSL_CMP_STATUSINFO_new()
|
| A D | cmp_util.c | 231 if (!ASN1_STRING_set(utf8string, text, len)) in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
|
| A D | cmp_protect.c | 205 if (!ASN1_STRING_set(pbm_str, pbm_der, pbm_der_len)) in pbmac_algor()
|
| /crypto/ts/ |
| A D | ts_rsp_sign.c | 302 || !ASN1_STRING_set(utf8_text, text, (int)strlen(text))) { in TS_RESP_CTX_set_status_info() 644 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ossl_ess_add1_signing_cert() 671 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ossl_ess_add1_signing_cert_v2()
|