Searched refs:other_name (Results 1 – 11 of 11) sorted by relevance
/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/mbedtls/library/ |
D | x509_crt.c | 1701 mbedtls_x509_san_other_name *other_name ) in x509_get_other_name() argument 1737 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name() 1753 other_name->value.hardware_module_name.oid.tag = MBEDTLS_ASN1_OID; in x509_get_other_name() 1754 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name() 1755 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name() 1759 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name() 1768 other_name->value.hardware_module_name.val.tag = MBEDTLS_ASN1_OCTET_STRING; in x509_get_other_name() 1769 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name() 1770 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name() 1774 mbedtls_platform_zeroize( other_name, in x509_get_other_name() [all …]
|
/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/grpc/src/ruby/spec/pb/codegen/grpc/testing/ |
D | same_ruby_package_service_name.proto | 17 package other_name; package
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.function | 251 &san->san.other_name.value.hardware_module_name.oid ) != 0 ) 259 &san->san.other_name.value.hardware_module_name.oid ); 265 if( san->san.other_name.value.hardware_module_name.val.len >= n ) 271 for( i=0; i < san->san.other_name.value.hardware_module_name.val.len; i++ ) 273 *p++ = san->san.other_name.value.hardware_module_name.val.p[i]; 275 n -= san->san.other_name.value.hardware_module_name.val.len;
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 116 const char *other_name; member 421 const char *name = w->buttons.other_name; in draw_other_button() 1226 w->buttons.other_name = libevdev_event_code_get_name(EV_KEY, in handle_event_button() 1373 w->buttons.other_name = libevdev_event_code_get_name(EV_KEY, in handle_event_tablet() 1399 w->buttons.other_name = pad_buttons[min(button, 10)]; in handle_event_tablet_pad()
|
/third_party/mbedtls/include/mbedtls/ |
D | x509_crt.h | 152 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 | 1035 other_name = other.Name() 1037 other_in = isinstance(self, PBXGroup) and other_name in order 1040 if self_name in order and not other_name in order: 1042 if other_name in order and not self_name in order: 1047 other_index = order.index(other_name)
|
/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/grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 334 string other_name = 2; field
|