Home
last modified time | relevance | path

Searched refs:other_name (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/library/
H A Dx509.c1126 mbedtls_x509_san_other_name *other_name) in x509_get_other_name()
1158 other_name->type_id = cur_oid; in x509_get_other_name()
1186 other_name->value.hardware_module_name.oid.tag = MBEDTLS_ASN1_OID; in x509_get_other_name()
1187 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name()
1188 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name()
1196 other_name->value.hardware_module_name.val.tag = MBEDTLS_ASN1_OCTET_STRING; in x509_get_other_name()
1197 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name()
1198 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name()
1405 mbedtls_x509_san_other_name other_name; in mbedtls_x509_parse_subject_alt_name() local
1407 ret = x509_get_other_name(san_buf, &other_name); in mbedtls_x509_parse_subject_alt_name()
1125 x509_get_other_name(const mbedtls_x509_buf *subject_alt_name, mbedtls_x509_san_other_name *other_name) x509_get_other_name() argument
1544 mbedtls_x509_san_other_name *other_name = &san.san.other_name; mbedtls_x509_info_subject_alt_name() local
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-extensions.c163 lws_mbedtls_x509_san_other_name other_name; /**< The otherName supported type. */ member
220 // mbedtls_x509_name_other_name other_name; in lws_mbedtls_x509_parse_general_name()
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/
H A Djava_context.cc136 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/
H A Dx509.h295 mbedtls_x509_san_other_name other_name; member
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1104 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/
H A Dxcodeproj_file.py1104 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/
H A Dlibinput-debug-gui.c145 const char *other_name; member
661 const char *name = w->buttons.other_name; in draw_other_button()
1542 w->buttons.other_name = libevdev_event_code_get_name(EV_KEY, in handle_event_button()
1711 w->buttons.other_name = libevdev_event_code_get_name(EV_KEY, in handle_event_tablet()
1737 w->buttons.other_name = pad_buttons[min(button, 10)]; in handle_event_tablet_pad()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs511 #[deprecated = "other_name is deprecated and always panics. Please use other_name2."]
512 pub fn other_name(&mut self, _other_name: &str) -> &mut SubjectAlternativeName { in other_name() functions
/third_party/python/Lib/unittest/
H A Dmock.py2538 other_name = ''
2542 other_name, other_args, other_kwargs = other
2549 other_name = value
2558 other_name = first
2568 if self_name and other_name != self_name:

Completed in 19 milliseconds