Home
last modified time | relevance | path

Searched defs:oid (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/lwip/src/apps/snmp/
Dsnmp_core.c286 snmp_oid_to_ip4(const u32_t *oid, ip4_addr_t *ip) in snmp_oid_to_ip4()
306 snmp_ip4_to_oid(const ip4_addr_t *ip, u32_t *oid) in snmp_ip4_to_oid()
322 snmp_oid_to_ip6(const u32_t *oid, ip6_addr_t *ip) in snmp_oid_to_ip6()
357 snmp_ip6_to_oid(const ip6_addr_t *ip, u32_t *oid) in snmp_ip6_to_oid()
387 snmp_ip_port_to_oid(const ip_addr_t *ip, u16_t port, u32_t *oid) in snmp_ip_port_to_oid()
405 snmp_ip_to_oid(const ip_addr_t *ip, u32_t *oid) in snmp_ip_to_oid()
440 snmp_oid_to_ip(const u32_t *oid, u8_t oid_len, ip_addr_t *ip) in snmp_oid_to_ip()
516 snmp_oid_to_ip_port(const u32_t *oid, u8_t oid_len, ip_addr_t *ip, u16_t *port) in snmp_oid_to_ip_port()
548 snmp_oid_assign(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_assign()
566 snmp_oid_prefix(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_prefix()
[all …]
Dsnmp_mib2_icmp.c49 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
53 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
Dsnmp_msg.c313 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 5, 0 }; in snmp_receive() local
319 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 4, 0 }; in snmp_receive() local
325 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 3, 0 }; in snmp_receive() local
331 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 1, 0 }; in snmp_receive() local
337 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 2, 0 }; in snmp_receive() local
343 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 6, 0 }; in snmp_receive() local
Dsnmp_snmpv2_usm.c33 static void snmp_engineid_to_oid(const char *engineid, u32_t *oid, u32_t len) in snmp_engineid_to_oid()
42 static void snmp_oid_to_name(char *name, const u32_t *oid, size_t len) in snmp_oid_to_name()
51 static void snmp_name_to_oid(const char *name, u32_t *oid, size_t len) in snmp_name_to_oid()
Dsnmp_asn1.c206 snmp_asn1_enc_oid(struct snmp_pbuf_stream *pbuf_stream, const u32_t *oid, u16_t oid_len) in snmp_asn1_enc_oid()
323 snmp_asn1_enc_oid_cnt(const u32_t *oid, u16_t oid_len, u16_t *octets_needed) in snmp_asn1_enc_oid_cnt()
498 snmp_asn1_dec_oid(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t *oid, u8_t *oid_len, u8_t … in snmp_asn1_dec_oid()
Dsnmp_mib2_interfaces.c51 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
55 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dx509v3.c290 struct asn1_oid oid; in x509_parse_name() local
746 static int x509_id_ce_oid(struct asn1_oid *oid) in x509_id_ce_oid()
756 static int x509_any_ext_key_usage_oid(struct asn1_oid *oid) in x509_any_ext_key_usage_oid()
1097 static int x509_id_cert_policy_any_oid(struct asn1_oid *oid) in x509_id_cert_policy_any_oid()
1108 static int x509_id_wfa_oid(struct asn1_oid *oid) in x509_id_wfa_oid()
1121 static int x509_id_wfa_tod_oid(struct asn1_oid *oid) in x509_id_wfa_tod_oid()
1130 static int x509_id_wfa_tod_strict_oid(struct asn1_oid *oid) in x509_id_wfa_tod_strict_oid()
1138 static int x509_id_wfa_tod_tofu_oid(struct asn1_oid *oid) in x509_id_wfa_tod_tofu_oid()
1177 struct asn1_oid oid; in x509_parse_ext_certificate_policies() local
1221 static int x509_id_pkix_oid(struct asn1_oid *oid) in x509_id_pkix_oid()
[all …]
Dtlsv1_cred.c335 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi()
345 static int pkcs12_is_bagtype_oid(struct asn1_oid *oid, unsigned long type) in pkcs12_is_bagtype_oid()
357 static int is_oid_pkcs7(struct asn1_oid *oid) in is_oid_pkcs7()
369 static int is_oid_pkcs7_data(struct asn1_oid *oid) in is_oid_pkcs7_data()
375 static int is_oid_pkcs7_enc_data(struct asn1_oid *oid) in is_oid_pkcs7_enc_data()
381 static int is_oid_pkcs9(struct asn1_oid *oid) in is_oid_pkcs9()
393 static int is_oid_pkcs9_friendly_name(struct asn1_oid *oid) in is_oid_pkcs9_friendly_name()
400 static int is_oid_pkcs9_local_key_id(struct asn1_oid *oid) in is_oid_pkcs9_local_key_id()
407 static int is_oid_pkcs9_x509_cert(struct asn1_oid *oid) in is_oid_pkcs9_x509_cert()
447 struct asn1_oid oid; in pkcs12_certbag() local
[all …]
Dpkcs5.c38 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi()
48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid()
58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid()
67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid()
78 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid) in pkcs5_get_alg()
95 struct asn1_oid oid; in pkcs5_get_params_pbes2() local
266 struct asn1_oid oid; in pkcs5_get_params() local
Dasn1.c290 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) in asn1_parse_oid()
334 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid()
351 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str()
480 int asn1_get_alg_id(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_alg_id()
547 void asn1_put_oid(struct wpabuf *buf, const struct asn1_oid *oid) in asn1_put_oid()
612 struct wpabuf * asn1_build_alg_id(const struct asn1_oid *oid, in asn1_build_alg_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dx509v3.c296 struct asn1_oid oid; in x509_parse_name() local
756 static int x509_id_ce_oid(struct asn1_oid *oid) in x509_id_ce_oid()
766 static int x509_any_ext_key_usage_oid(struct asn1_oid *oid) in x509_any_ext_key_usage_oid()
1123 static int x509_id_pkix_oid(struct asn1_oid *oid) in x509_id_pkix_oid()
1136 static int x509_id_kp_oid(struct asn1_oid *oid) in x509_id_kp_oid()
1145 static int x509_id_kp_server_auth_oid(struct asn1_oid *oid) in x509_id_kp_server_auth_oid()
1154 static int x509_id_kp_client_auth_oid(struct asn1_oid *oid) in x509_id_kp_client_auth_oid()
1163 static int x509_id_kp_ocsp_oid(struct asn1_oid *oid) in x509_id_kp_ocsp_oid()
1177 struct asn1_oid oid; in x509_parse_ext_ext_key_usage() local
1230 struct asn1_oid *oid, in x509_parse_extension_data()
[all …]
Dtlsv1_cred.c335 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi()
345 static int pkcs12_is_bagtype_oid(struct asn1_oid *oid, unsigned long type) in pkcs12_is_bagtype_oid()
357 static int is_oid_pkcs7(struct asn1_oid *oid) in is_oid_pkcs7()
369 static int is_oid_pkcs7_data(struct asn1_oid *oid) in is_oid_pkcs7_data()
375 static int is_oid_pkcs7_enc_data(struct asn1_oid *oid) in is_oid_pkcs7_enc_data()
381 static int is_oid_pkcs9(struct asn1_oid *oid) in is_oid_pkcs9()
393 static int is_oid_pkcs9_friendly_name(struct asn1_oid *oid) in is_oid_pkcs9_friendly_name()
400 static int is_oid_pkcs9_local_key_id(struct asn1_oid *oid) in is_oid_pkcs9_local_key_id()
407 static int is_oid_pkcs9_x509_cert(struct asn1_oid *oid) in is_oid_pkcs9_x509_cert()
447 struct asn1_oid oid; in pkcs12_certbag() local
[all …]
Dpkcs5.c38 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi()
48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid()
58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid()
67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid()
78 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid) in pkcs5_get_alg()
95 struct asn1_oid oid; in pkcs5_get_params_pbes2() local
282 struct asn1_oid oid; in pkcs5_get_params() local
Dasn1.c129 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) in asn1_parse_oid()
173 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid()
193 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str()
Dpkcs8.c24 struct asn1_oid oid; in pkcs8_key_import() local
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dx509.js263 var bc = { oid: extId, critical: critical }; property
312 sig.extras.exts.push({ oid: extId, critical: critical }); property
324 sig.extras.exts.push({ oid: extId, critical: critical, property
366 sig.extras.exts.push({ oid: extId, critical: critical }); property
370 oid: extId, property
561 oid: EXTS.basicConstraints, property
565 oid: EXTS.keyUsage, property
569 oid: EXTS.extKeyUsage, property
573 exts.push({ oid: EXTS.altName }); property
/third_party/python/Lib/idlelib/
Drpc.py161 def register(self, oid, object): argument
164 def unregister(self, oid): argument
216 def remotecall(self, oid, methodname, args, kwargs): argument
221 def remotequeue(self, oid, methodname, args, kwargs): argument
226 def asynccall(self, oid, methodname, args, kwargs): argument
236 def asyncqueue(self, oid, methodname, args, kwargs): argument
502 def __init__(self, oid): argument
520 def get_remote_proxy(self, oid): argument
546 def get_remote_proxy(self, oid): argument
555 def __init__(self, sockio, oid): argument
[all …]
/third_party/lwip/src/include/lwip/apps/
Dsnmp_scalar.h66 #define SNMP_SCALAR_CREATE_NODE(oid, access, asn1_type, get_value_method, set_test_method, set_valu… argument
72 #define SNMP_SCALAR_CREATE_NODE_READONLY(oid, asn1_type, get_value_method) SNMP_SCALAR_CREATE_NODE(… argument
77 u32_t oid; member
101 #define SNMP_SCALAR_CREATE_ARRAY_NODE(oid, array_nodes, get_value_method, set_test_method, set_valu… argument
Dsnmp_table.h78 #define SNMP_TABLE_CREATE(oid, columns, get_cell_instance_method, get_next_cell_instance_method, ge… argument
86 #define SNMP_TABLE_GET_COLUMN_FROM_OID(oid) ((oid)[1]) /* first array value is (fixed) row entry (f… argument
118 #define SNMP_TABLE_CREATE_SIMPLE(oid, columns, get_cell_value_method, get_next_cell_instance_and_va… argument
/third_party/mbedtls/library/
Dx509_create.c37 const char *oid; /* String representation of OID of AttributeType, member
128 const char *oid = NULL; in mbedtls_x509_string_to_names() local
208 int mbedtls_x509_set_extension( mbedtls_asn1_named_data **head, const char *oid, size_t oid_len, in mbedtls_x509_set_extension()
241 const char *oid = (const char*)cur_name->oid.p; in x509_write_name() local
290 const char *oid, size_t oid_len, in mbedtls_x509_write_sig()
Dasn1write.c178 const char *oid, size_t oid_len ) in mbedtls_asn1_write_oid()
192 const char *oid, size_t oid_len, in mbedtls_asn1_write_algorithm_identifier()
396 const char *oid, size_t len ) in asn1_find_named_data()
414 const char *oid, size_t oid_len, in mbedtls_asn1_store_named_data()
/third_party/openssl/crypto/x509/
Dx_attrib.c40 ASN1_OBJECT *oid; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_backup.c114 const struct asn1_oid *oid; in dpp_build_key_alg() local
218 const struct asn1_oid *oid; in dpp_build_pbkdf2_alg_id() local
375 const struct asn1_oid *oid; in dpp_build_enc_cont_info() local
541 struct asn1_oid oid; in dpp_parse_recipient_infos() local
732 struct asn1_oid oid; in dpp_parse_encrypted_content_info() local
864 struct asn1_oid oid; in dpp_parse_one_asymmetric_key() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dest.c218 ASN1_OBJECT *oid; member
249 static void add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, in add_csrattrs_oid()
281 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(values, i); in add_csrattrs_ext_req() local
323 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(attr->values, i); in add_csrattrs_attr() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dest.c218 ASN1_OBJECT *oid; member
249 static void add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, in add_csrattrs_oid()
281 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(values, i); in add_csrattrs_ext_req() local
323 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(attr->values, i); in add_csrattrs_attr() local

1234