Searched refs:other_name (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/library/ |
D | x509.c | 1126 mbedtls_x509_san_other_name *other_name) in x509_get_other_name() argument 1185 other_name->value.hardware_module_name.oid.tag = MBEDTLS_ASN1_OID; in x509_get_other_name() 1186 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name() 1187 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name() 1195 other_name->value.hardware_module_name.val.tag = MBEDTLS_ASN1_OCTET_STRING; in x509_get_other_name() 1196 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name() 1197 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name() 1387 mbedtls_x509_san_other_name other_name; in mbedtls_x509_parse_subject_alt_name() local 1389 ret = x509_get_other_name(san_buf, &other_name); in mbedtls_x509_parse_subject_alt_name() 1396 memcpy(&san->san.other_name, in mbedtls_x509_parse_subject_alt_name() [all …]
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-extensions.c | 163 lws_mbedtls_x509_san_other_name other_name; /**< The otherName supported type. */ member 231 ret = x509_get_other_name( name_buf, &other_name ); in lws_mbedtls_x509_parse_general_name() 237 memcpy(&name->name.other_name, &other_name, sizeof(other_name)); in lws_mbedtls_x509_parse_general_name() 261 memcpy(&name->san.other_name, in lws_mbedtls_x509_parse_general_name()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_context.cc | 136 const std::string& other_name = UnderscoresToCapitalizedCamelCase(other); in InitializeFieldGeneratorInfoForFields() local 137 if (name == other_name) { in InitializeFieldGeneratorInfoForFields() 142 } else if (IsConflicting(field, name, other, other_name, in InitializeFieldGeneratorInfoForFields()
|
/third_party/mbedtls/include/mbedtls/ |
D | x509.h | 296 mbedtls_x509_san_other_name other_name; /**< The otherName supported type. */ member
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 1104 other_name = other.Name() 1106 other_in = isinstance(self, PBXGroup) and other_name in order 1109 if self_name in order and other_name not in order: 1111 if other_name in order and self_name not in order: 1116 other_index = order.index(other_name)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 1104 other_name = other.Name() 1106 other_in = isinstance(self, PBXGroup) and other_name in order 1109 if self_name in order and other_name not in order: 1111 if other_name in order and self_name not in order: 1116 other_index = order.index(other_name)
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 145 const char *other_name; member 651 const char *name = w->buttons.other_name; in draw_other_button() 1536 w->buttons.other_name = libevdev_event_code_get_name(EV_KEY, in handle_event_button() 1705 w->buttons.other_name = libevdev_event_code_get_name(EV_KEY, in handle_event_tablet() 1731 w->buttons.other_name = pad_buttons[min(button, 10)]; in handle_event_tablet_pad()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.function | 247 &san->san.other_name.value.hardware_module_name.oid) != 0) { 255 … &san->san.other_name.value.hardware_module_name.oid); 261 for (i = 0; i < san->san.other_name.value.hardware_module_name.val.len; i++) { 265 san->san.other_name.value.hardware_module_name.val.p[i]);
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | extension.rs | 512 pub fn other_name(&mut self, _other_name: &str) -> &mut SubjectAlternativeName { in other_name() method
|
/third_party/python/Lib/unittest/ |
D | mock.py | 2503 other_name = '' 2507 other_name, other_args, other_kwargs = other 2514 other_name = value 2523 other_name = first 2533 if self_name and other_name != self_name:
|
/third_party/rust/crates/rust-openssl/openssl/ |
D | CHANGELOG.md | 90 …g this `SubjectAlternativeName::dir_name` and `SubjectAlternativeName::other_name` are deprecated …
|