/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_san.c | 83 char othername[300]; in STACK_OF() local 91 || !x509v3_add_len_value_uchar("othername: SmtpUTF8Mailbox:", in STACK_OF() 99 || !x509v3_add_len_value_uchar("othername: XmppAddr:", in STACK_OF() 107 || !x509v3_add_len_value_uchar("othername: SRVName:", in STACK_OF() 115 || !x509v3_add_len_value_uchar("othername: UPN:", in STACK_OF() 123 || !x509v3_add_len_value_uchar("othername: NAIRealm:", in STACK_OF() 131 BIO_snprintf(othername, sizeof(othername), "othername: %s:", in STACK_OF() 134 OPENSSL_strlcpy(othername, "othernam in STACK_OF() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_san.c | 83 char othername[300]; in STACK_OF() local 91 || !x509v3_add_len_value_uchar("othername: SmtpUTF8Mailbox:", in STACK_OF() 99 || !x509v3_add_len_value_uchar("othername: XmppAddr:", in STACK_OF() 107 || !x509v3_add_len_value_uchar("othername: SRVName:", in STACK_OF() 115 || !x509v3_add_len_value_uchar("othername: UPN:", in STACK_OF() 123 || !x509v3_add_len_value_uchar("othername: NAIRealm:", in STACK_OF() 131 BIO_snprintf(othername, sizeof(othername), "othername: %s:", in STACK_OF() 134 OPENSSL_strlcpy(othername, "othernam in STACK_OF() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | http_curl.c | 212 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername() 216 cert->othername = on; in add_alt_name_othername() 892 os_free(hcert->othername[i].oid); in parse_cert_free() 893 os_free(hcert->othername); in parse_cert_free() 964 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate() 966 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate() 968 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate() 969 hcert.othername[i].len); in http_parse_x509_certificate() 977 hcert.othername[i].data, in http_parse_x509_certificate() 978 hcert.othername[ in http_parse_x509_certificate() [all...] |
H A D | http-utils.h | 32 struct http_othername *othername; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | http_curl.c | 212 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername() 216 cert->othername = on; in add_alt_name_othername() 892 os_free(hcert->othername[i].oid); in parse_cert_free() 893 os_free(hcert->othername); in parse_cert_free() 964 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate() 966 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate() 968 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate() 969 hcert.othername[i].len); in http_parse_x509_certificate() 977 hcert.othername[i].data, in http_parse_x509_certificate() 978 hcert.othername[ in http_parse_x509_certificate() [all...] |
H A D | http-utils.h | 32 struct http_othername *othername; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 2948 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2952 cert->othername[i].data, in osu_cert_cb() 2953 cert->othername[i].len); in osu_cert_cb() 2961 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2964 if (cert->othername[i].len < 3) in osu_cert_cb() 2966 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb() 2969 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb() 2971 cert->othername[i].len - 3) == 0) { in osu_cert_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 2950 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2954 cert->othername[i].data, in osu_cert_cb() 2955 cert->othername[i].len); in osu_cert_cb() 2963 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2966 if (cert->othername[i].len < 3) in osu_cert_cb() 2968 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb() 2971 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb() 2973 cert->othername[i].len - 3) == 0) { in osu_cert_cb()
|
/third_party/python/Lib/test/ |
H A D | test_pathlib.py | 2649 othername = pwdent.pw_name 2651 if othername != username and otherhome: 2654 othername = username 2667 p3 = P(f'~{othername}/Documents')
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 472 parse_input/server5-othername.crt.der: server5.key 473 $(OPENSSL) req -x509 -new -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS othername SAN" -set_serial 77 -config $(test_ca_config_file) -extensions othername_san -days 3650 -sha256 -key $< -outform der -out $@ 476 $(OPENSSL) req -x509 -new -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS non-printable othername SAN" -set_serial 77 -config $(test_ca_config_file) -extensions nonprintable_othername_san -days 3650 -sha256 -key $< -outform der -out $@ 479 $(OPENSSL) req -x509 -new -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS unsupported othername SAN" -set_serial 77 -config $(test_ca_config_file) -extensions unsupported_othername_san -days 3650 -sha256 -key $< -outform der -out $@
|