Searched defs:oid_len (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_core.c | 421 snmp_oid_to_ip(const u32_t *oid, u8_t oid_len, ip_addr_t *ip) in snmp_oid_to_ip() 497 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() 529 snmp_oid_assign(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_assign() 547 snmp_oid_prefix(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_prefix() 585 snmp_oid_append(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_append() 676 snmp_get_mib_from_oid(const u32_t *oid, u8_t oid_len) in snmp_get_mib_from_oid() 721 snmp_get_next_mib(const u32_t *oid, u8_t oid_len) in snmp_get_next_mib() 766 snmp_get_node_instance_from_oid(const u32_t *oid, u8_t oid_len, struct snmp_node_instance* node_ins… in snmp_get_node_instance_from_oid() 978 snmp_mib_tree_resolve_exact(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, u8_t* oid_i… in snmp_mib_tree_resolve_exact() 1124 snmp_next_oid_precheck(struct snmp_next_oid_state *state, const u32_t *oid, const u8_t oid_len) in snmp_next_oid_precheck() [all …]
|
A D | snmp_asn1.c | 248 snmp_asn1_enc_oid(struct snmp_pbuf_stream* pbuf_stream, const u32_t *oid, u16_t oid_len) in snmp_asn1_enc_oid() 390 snmp_asn1_enc_oid_cnt(const u32_t *oid, u16_t oid_len, u16_t *octets_needed) in snmp_asn1_enc_oid_cnt() 641 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()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_create.c | 213 int mbedtls_x509_set_extension( mbedtls_asn1_named_data **head, const char *oid, size_t oid_len, in mbedtls_x509_set_extension() 247 size_t oid_len = cur_name->oid.len; in x509_write_name() local 295 const char *oid, size_t oid_len, in mbedtls_x509_write_sig()
|
A D | asn1write.c | 183 const char *oid, size_t oid_len ) in mbedtls_asn1_write_oid() 197 const char *oid, size_t oid_len, in mbedtls_asn1_write_algorithm_identifier() 357 const char *oid, size_t oid_len, in mbedtls_asn1_store_named_data()
|
A D | pkwrite.c | 144 size_t oid_len; in pk_write_ec_param() local 185 size_t len = 0, par_len = 0, oid_len; in mbedtls_pk_write_pubkey_der() local
|
A D | x509write_csr.c | 77 const char *oid, size_t oid_len, in mbedtls_x509write_csr_set_extension()
|
A D | x509write_crt.c | 126 const char *oid, size_t oid_len, in mbedtls_x509write_crt_set_extension()
|
Completed in 10 milliseconds