/third_party/openssl/doc/man3/ |
D | ASN1_STRING_length.pod | 5 ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length, 21 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len); 46 ASN1_STRING_set() sets the data of string B<str> to the buffer 78 when calling ASN1_STRING_set(). 93 ASN1_STRING_set() returns 1 on success or 0 on error.
|
/third_party/openssl/crypto/asn1/ |
D | a_int.c | 300 if (ASN1_STRING_set(ret, NULL, r) == 0) in c2i_ASN1_INTEGER() 350 return ASN1_STRING_set(a, tbuf + off, sizeof(tbuf) - off); in asn1_string_set_int64() 378 return ASN1_STRING_set(a, tbuf + off, sizeof(tbuf) - off); in asn1_string_set_uint64() 475 if (ASN1_STRING_set(ret, NULL, len) == 0) { in bn_to_asn1_string()
|
D | a_octet.c | 28 return ASN1_STRING_set(x, d, len); in ASN1_OCTET_STRING_set()
|
D | asn1_lib.c | 248 if (!ASN1_STRING_set(dst, str->data, str->length)) in ASN1_STRING_copy() 271 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) in ASN1_STRING_set() function
|
D | a_bitstr.c | 18 return ASN1_STRING_set(x, d, len); in ASN1_BIT_STRING_set()
|
D | asn1_gen.c | 651 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type() 705 ASN1_STRING_set(atmp->value.asn1_string, str, -1); in asn1_str2type()
|
D | p5_scrypt.c | 162 if (ASN1_STRING_set(sparam->salt, salt, saltlen) == 0) in pkcs5_scrypt_set()
|
D | a_mbstr.c | 159 if (!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
|
D | a_time.c | 290 if (!ASN1_STRING_set(tmps, NULL, len)) in asn1_time_from_tm()
|
/third_party/openssl/crypto/x509/ |
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()
|
D | x509_att.c | 264 if (!ASN1_STRING_set(stmp, data, len)) in X509_ATTRIBUTE_set1_data()
|
D | x509name.c | 331 i = ASN1_STRING_set(ne->value, bytes, len); in X509_NAME_ENTRY_set_data()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_ia5.c | 54 if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, strlen(str))) { in s2i_ASN1_IA5STRING()
|
D | v3_cpols.c | 202 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section() 312 if (!ASN1_STRING_set(not->exptext, value, len)) in notice_section() 326 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
|
D | v3_alt.c | 504 !ASN1_STRING_set(gen->d.ia5, (unsigned char *)value, in a2i_GENERAL_NAME()
|
/third_party/openssl/crypto/cms/ |
D | cms_dd.c | 89 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in cms_DigestedData_do_final()
|
D | cms_ess.c | 60 if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32)) in CMS_ReceiptRequest_create0()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_attr.c | 114 if (!ASN1_STRING_set(os, md, mdlen) in PKCS7_add1_attrib_digest()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 370 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) in OCSP_crlID_new() 455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1)) in OCSP_url_svcloc_new()
|
/third_party/openssl/apps/ |
D | spkac.c | 134 ASN1_STRING_set(spki->spkac->challenge, in spkac_main()
|
/third_party/curl/tests/ |
D | valgrind.supp | 135 fun:ASN1_STRING_set
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_sign.c | 314 || !ASN1_STRING_set(utf8_text, text, strlen(text))) in TS_RESP_CTX_set_status_info() 848 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ess_add_signing_cert() 972 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ess_add_signing_cert_v2()
|
/third_party/openssl/test/ |
D | v3nametest.c | 153 if (!ASN1_STRING_set(ia5, name, -1)) in set_altname()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 848 if (!ASN1_STRING_set(ia5, san_a, -1)) { 866 if (!ASN1_STRING_set(ia5, san_a, -1)) {
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 549 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
|