/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_ia5.c | 28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING() argument 32 if (ia5 == NULL || ia5->length <= 0) in i2s_ASN1_IA5STRING() 34 if ((tmp = OPENSSL_malloc(ia5->length + 1)) == NULL) { in i2s_ASN1_IA5STRING() 38 memcpy(tmp, ia5->data, ia5->length); in i2s_ASN1_IA5STRING() 39 tmp[ia5->length] = 0; in i2s_ASN1_IA5STRING() 46 ASN1_IA5STRING *ia5; in s2i_ASN1_IA5STRING() local 51 if ((ia5 = ASN1_IA5STRING_new()) == NULL) in s2i_ASN1_IA5STRING() 53 if (!ASN1_STRING_set((ASN1_STRING *)ia5, st in s2i_ASN1_IA5STRING() [all...] |
H A D | v3_san.c | 168 if (!x509v3_add_len_value_uchar("email", gen->d.ia5->data, in STACK_OF() 169 gen->d.ia5->length, &ret)) in STACK_OF() 174 if (!x509v3_add_len_value_uchar("DNS", gen->d.ia5->data, in STACK_OF() 175 gen->d.ia5->length, &ret)) in STACK_OF() 180 if (!x509v3_add_len_value_uchar("URI", gen->d.ia5->data, in STACK_OF() 181 gen->d.ia5->length, &ret)) in STACK_OF() 267 ASN1_STRING_print(out, gen->d.ia5); in GENERAL_NAME_print() 272 ASN1_STRING_print(out, gen->d.ia5); in GENERAL_NAME_print() 277 ASN1_STRING_print(out, gen->d.ia5); in GENERAL_NAME_print() 455 gen->d.ia5 in copy_email() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_ia5.c | 28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING() argument 32 if (ia5 == NULL || ia5->length <= 0) in i2s_ASN1_IA5STRING() 34 if ((tmp = OPENSSL_malloc(ia5->length + 1)) == NULL) { in i2s_ASN1_IA5STRING() 38 memcpy(tmp, ia5->data, ia5->length); in i2s_ASN1_IA5STRING() 39 tmp[ia5->length] = 0; in i2s_ASN1_IA5STRING() 46 ASN1_IA5STRING *ia5; in s2i_ASN1_IA5STRING() local 51 if ((ia5 = ASN1_IA5STRING_new()) == NULL) in s2i_ASN1_IA5STRING() 53 if (!ASN1_STRING_set((ASN1_STRING *)ia5, st in s2i_ASN1_IA5STRING() [all...] |
H A D | v3_san.c | 168 if (!x509v3_add_len_value_uchar("email", gen->d.ia5->data, in STACK_OF() 169 gen->d.ia5->length, &ret)) in STACK_OF() 174 if (!x509v3_add_len_value_uchar("DNS", gen->d.ia5->data, in STACK_OF() 175 gen->d.ia5->length, &ret)) in STACK_OF() 180 if (!x509v3_add_len_value_uchar("URI", gen->d.ia5->data, in STACK_OF() 181 gen->d.ia5->length, &ret)) in STACK_OF() 267 ASN1_STRING_print(out, gen->d.ia5); in GENERAL_NAME_print() 272 ASN1_STRING_print(out, gen->d.ia5); in GENERAL_NAME_print() 277 ASN1_STRING_print(out, gen->d.ia5); in GENERAL_NAME_print() 455 gen->d.ia5 in copy_email() [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_print.c | 18 int ia5 = 0; in ASN1_PRINTABLE_type() local 30 ia5 = 1; in ASN1_PRINTABLE_type() 36 if (ia5) in ASN1_PRINTABLE_type()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_print.c | 18 int ia5 = 0; in ASN1_PRINTABLE_type() local 30 ia5 = 1; in ASN1_PRINTABLE_type() 36 if (ia5) in ASN1_PRINTABLE_type()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 436 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new() local 453 if ((ia5 = ASN1_IA5STRING_new()) == NULL) in OCSP_url_svcloc_new() 455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1)) in OCSP_url_svcloc_new() 459 ad->location->d.ia5 = ia5; in OCSP_url_svcloc_new() 460 ia5 = NULL; in OCSP_url_svcloc_new() 468 ASN1_IA5STRING_free(ia5); in OCSP_url_svcloc_new()
|
/third_party/openssl/test/ |
H A D | v3nametest.c | 129 ASN1_IA5STRING *ia5 = NULL; in set_altname() local 146 ia5 = ASN1_IA5STRING_new(); in set_altname() 147 if (ia5 == NULL) in set_altname() 149 if (!ASN1_STRING_set(ia5, name, -1)) in set_altname() 154 GENERAL_NAME_set0_value(gen, type, ia5); in set_altname() 155 ia5 = NULL; in set_altname() 167 ASN1_IA5STRING_free(ia5); in set_altname()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 436 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new() local 453 if ((ia5 = ASN1_IA5STRING_new()) == NULL) in OCSP_url_svcloc_new() 455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1)) in OCSP_url_svcloc_new() 459 ad->location->d.ia5 = ia5; in OCSP_url_svcloc_new() 460 ia5 = NULL; in OCSP_url_svcloc_new() 468 ASN1_IA5STRING_free(ia5); in OCSP_url_svcloc_new()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-server.c | 819 ASN1_IA5STRING *ia5 = NULL; local 867 ia5 = ASN1_IA5STRING_new(); 868 if (!ASN1_STRING_set(ia5, san_a, -1)) { 869 lwsl_notice("failed to set ia5\n"); 873 GENERAL_NAME_set0_value(gen, GEN_DNS, ia5); 885 ia5 = ASN1_IA5STRING_new(); 886 if (!ASN1_STRING_set(ia5, san_a, -1)) { 887 lwsl_notice("failed to set ia5\n"); 891 GENERAL_NAME_set0_value(gen, GEN_DNS, ia5);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 591 if ((size_t) wolfSSL_ASN1_STRING_length(gen->d.ia5) == len && in tls_match_alt_subject_component() 592 os_memcmp(value, wolfSSL_ASN1_STRING_data(gen->d.ia5), in tls_match_alt_subject_component() 699 wolfSSL_ASN1_STRING_data(gen->d.ia5), in tls_match_suffix_helper() 700 wolfSSL_ASN1_STRING_length(gen->d.ia5)); in tls_match_suffix_helper() 702 (const char *) wolfSSL_ASN1_STRING_data(gen->d.ia5), in tls_match_suffix_helper() 703 wolfSSL_ASN1_STRING_length(gen->d.ia5), match, in tls_match_suffix_helper() 912 pos = os_malloc(10 + wolfSSL_ASN1_STRING_length(gen->d.ia5) + in wolfssl_tls_cert_event() 933 os_memcpy(pos, wolfSSL_ASN1_STRING_data(gen->d.ia5), in wolfssl_tls_cert_event() 934 wolfSSL_ASN1_STRING_length(gen->d.ia5)); in wolfssl_tls_cert_event() 935 pos += wolfSSL_ASN1_STRING_length(gen->d.ia5); in wolfssl_tls_cert_event() [all...] |
H A D | tls_openssl.c | 1735 if (os_strlen((char *) gen->d.ia5->data) == len && in tls_match_altsubject_component() 1736 os_memcmp(value, gen->d.ia5->data, len) == 0) in tls_match_altsubject_component() 2301 pos = os_malloc(10 + gen->d.ia5->length + 1); in openssl_tls_cert_event() 2321 os_memcpy(pos, gen->d.ia5->data, gen->d.ia5->length); in openssl_tls_cert_event() 2322 pos += gen->d.ia5->length; in openssl_tls_cert_event()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 148 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 480 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 508 const ASN1_OCTET_STRING *ia5);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 1695 if (os_strlen((char *) gen->d.ia5->data) == len && in tls_match_altsubject_component() 1696 os_memcmp(value, gen->d.ia5->data, len) == 0) in tls_match_altsubject_component() 2258 pos = os_malloc(10 + gen->d.ia5->length + 1); in openssl_tls_cert_event() 2278 os_memcpy(pos, gen->d.ia5->data, gen->d.ia5->length); in openssl_tls_cert_event() 2279 pos += gen->d.ia5->length; in openssl_tls_cert_event()
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 1892 auto name = ASN1_STRING_get0_data(altname->d.ia5); in verify_dns_hostname() 1897 auto len = ASN1_STRING_length(altname->d.ia5); in verify_dns_hostname() 2141 auto name = ASN1_STRING_get0_data(altname->d.ia5); in cert_lookup_tree_add_ssl_ctx() 2146 auto len = ASN1_STRING_length(altname->d.ia5); in cert_lookup_tree_add_ssl_ctx()
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | x509v3.h | 189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member 800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 831 const ASN1_OCTET_STRING *ia5);
|