/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_ist.c | 55 || !ASN1_STRING_set(ist->signTool, cnf->value, strlen(cnf->value))) { 63 || !ASN1_STRING_set(ist->cATool, cnf->value, strlen(cnf->value))) { 71 || !ASN1_STRING_set(ist->signToolCert, cnf->value, strlen(cnf->value))) { 79 || !ASN1_STRING_set(ist->cAToolCert, cnf->value, strlen(cnf->value))) {
|
H A D | v3_ia5.c | 53 if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, strlen(str))) { in s2i_ASN1_IA5STRING()
|
H A D | v3_utf8.c | 59 if (!ASN1_STRING_set((ASN1_STRING *)utf8, str, strlen(str))) { in s2i_ASN1_UTF8STRING()
|
H A D | v3_cpols.c | 201 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, 310 if (!ASN1_STRING_set(not->exptext, value, len)) 325 if (!ASN1_STRING_set(nref->organization, cnf->value,
|
/third_party/openssl/crypto/x509/ |
H A D | v3_ist.c | 58 ASN1_STRING_set(ist->signTool, cnf->value, strlen(cnf->value)); 66 ASN1_STRING_set(ist->cATool, cnf->value, strlen(cnf->value)); 74 ASN1_STRING_set(ist->signToolCert, cnf->value, strlen(cnf->value)); 82 ASN1_STRING_set(ist->cAToolCert, cnf->value, strlen(cnf->value));
|
H A D | v3_utf8.c | 59 if (!ASN1_STRING_set((ASN1_STRING *)utf8, str, strlen(str))) { in s2i_ASN1_UTF8STRING()
|
H A D | v3_ia5.c | 53 if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, strlen(str))) { in s2i_ASN1_IA5STRING()
|
H A D | v3_cpols.c | 201 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, 310 if (!ASN1_STRING_set(not->exptext, value, len)) 325 if (!ASN1_STRING_set(nref->organization, cnf->value,
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_int.c | 306 if (ASN1_STRING_set(ret, NULL, r) == 0) in ossl_c2i_ASN1_INTEGER() 358 return ASN1_STRING_set(a, tbuf + off, sizeof(tbuf) - off); in asn1_string_set_int64() 386 return ASN1_STRING_set(a, tbuf + off, sizeof(tbuf) - off); in asn1_string_set_uint64() 487 if (ASN1_STRING_set(ret, NULL, len) == 0) { in bn_to_asn1_string()
|
H A D | a_octet.c | 28 return ASN1_STRING_set(x, d, len); in ASN1_OCTET_STRING_set()
|
H A D | asn1_lib.c | 256 if (!ASN1_STRING_set(dst, str->data, str->length)) in ASN1_STRING_copy() 280 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) in ASN1_STRING_set() function
|
H A D | a_bitstr.c | 18 return ASN1_STRING_set(x, d, len); in ASN1_BIT_STRING_set()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_int.c | 306 if (ASN1_STRING_set(ret, NULL, r) == 0) in ossl_c2i_ASN1_INTEGER() 358 return ASN1_STRING_set(a, tbuf + off, sizeof(tbuf) - off); in asn1_string_set_int64() 386 return ASN1_STRING_set(a, tbuf + off, sizeof(tbuf) - off); in asn1_string_set_uint64() 487 if (ASN1_STRING_set(ret, NULL, len) == 0) { in bn_to_asn1_string()
|
H A D | a_octet.c | 28 return ASN1_STRING_set(x, d, len); in ASN1_OCTET_STRING_set()
|
H A D | asn1_lib.c | 256 if (!ASN1_STRING_set(dst, str->data, str->length)) in ASN1_STRING_copy() 280 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) in ASN1_STRING_set() function
|
H A D | a_bitstr.c | 18 return ASN1_STRING_set(x, d, len); in ASN1_BIT_STRING_set()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_dd.c | 92 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in ossl_cms_DigestedData_do_final()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_dd.c | 92 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in ossl_cms_DigestedData_do_final()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 123 if (!ASN1_STRING_set(os, md, mdlen) in PKCS7_add1_attrib_digest()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 113 if (!ASN1_STRING_set(os, md, mdlen) in PKCS7_add1_attrib_digest()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | asn1.rs | 58 pub fn ASN1_STRING_set(x: *mut ASN1_STRING, data: *const c_void, len_in: c_int) -> c_int; in ASN1_STRING_set() functions
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A 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/crypto/ocsp/ |
H A 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/test/ |
H A D | cmp_hdr_test.c | 237 if (!ASN1_STRING_set(text, "A free text", -1)) in execute_HDR_push0_freeText_test() 270 if (!ASN1_STRING_set(text, "A free text", -1)) in execute_HDR_push1_freeText_test()
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 309 || !ASN1_STRING_set(utf8_text, text, strlen(text))) in TS_RESP_CTX_set_status_info() 641 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ossl_ess_add1_signing_cert() 664 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ossl_ess_add1_signing_cert_v2()
|