Searched defs:oid_len (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_core.c | 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() 604 snmp_oid_append(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_append() 681 snmp_get_mib_from_oid(const u32_t *oid, u8_t oid_len) in snmp_get_mib_from_oid() 726 snmp_get_next_mib(const u32_t *oid, u8_t oid_len) in snmp_get_next_mib() 771 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() 811 snmp_get_next_node_instance_from_oid(const u32_t *oid, u8_t oid_len, snmp_validate_node_instance_me… in snmp_get_next_node_instance_from_oid() 983 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() [all …]
|
D | snmp_asn1.c | 206 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()
|
/third_party/mbedtls/library/ |
D | x509_create.c | 208 int mbedtls_x509_set_extension( mbedtls_asn1_named_data **head, const char *oid, size_t oid_len, in mbedtls_x509_set_extension() 242 size_t oid_len = cur_name->oid.len; in x509_write_name() local 290 const char *oid, size_t oid_len, in mbedtls_x509_write_sig()
|
D | asn1write.c | 178 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() 414 const char *oid, size_t oid_len, in mbedtls_asn1_store_named_data()
|
D | pkwrite.c | 145 size_t oid_len; in pk_write_ec_param() local 229 size_t len = 0, par_len = 0, oid_len; in mbedtls_pk_write_pubkey_der() local
|
D | x509write_csr.c | 85 const char *oid, size_t oid_len, in mbedtls_x509write_csr_set_extension()
|
D | x509write_crt.c | 127 const char *oid, size_t oid_len, in mbedtls_x509write_crt_set_extension()
|
/third_party/mbedtls/include/mbedtls/ |
D | psa_util.h | 170 char const **oid, size_t *oid_len ) in mbedtls_psa_get_ecc_oid_from_id()
|