Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 25 of 43) sorted by relevance

12

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_ciphersuites.c2233 const mbedtls_ssl_ciphersuite_t *cur = ciphersuite_definitions; in mbedtls_ssl_ciphersuite_from_string() local
2251 const mbedtls_ssl_ciphersuite_t *cur = ciphersuite_definitions; in mbedtls_ssl_ciphersuite_from_id() local
2266 const mbedtls_ssl_ciphersuite_t *cur; in mbedtls_ssl_get_ciphersuite_name() local
2278 const mbedtls_ssl_ciphersuite_t *cur; in mbedtls_ssl_get_ciphersuite_id() local
Dssl_cache.c60 mbedtls_ssl_cache_entry *cur, *entry; in mbedtls_ssl_cache_get() local
148 mbedtls_ssl_cache_entry *cur, *prv; in mbedtls_ssl_cache_set() local
322 mbedtls_ssl_cache_entry *cur, *prv; in mbedtls_ssl_cache_free() local
Dx509_create.c110 const x509_attr_descriptor_t *cur; in x509_attr_descr_from_name() local
166 mbedtls_asn1_named_data* cur = in mbedtls_x509_string_to_names() local
211 mbedtls_asn1_named_data *cur; in mbedtls_x509_set_extension() local
274 mbedtls_asn1_named_data *cur = first; in mbedtls_x509_write_names() local
Dasn1parse.c332 mbedtls_asn1_sequence *cur; member
342 mbedtls_asn1_sequence *cur = in asn1_get_sequence_of_cb() local
369 mbedtls_asn1_sequence *cur, in mbedtls_asn1_get_sequence_of()
441 void mbedtls_asn1_free_named_data( mbedtls_asn1_named_data *cur ) in mbedtls_asn1_free_named_data()
454 mbedtls_asn1_named_data *cur; in mbedtls_asn1_free_named_data_list() local
Dx509_crt.c633 mbedtls_asn1_sequence *cur = subject_alt_name; in x509_get_subject_alt_name() local
773 mbedtls_asn1_sequence *cur = certificate_policies; in x509_get_certificate_policies() local
1776 const mbedtls_x509_sequence *cur = subject_alt_name; in x509_info_subject_alt_name() local
2000 const mbedtls_x509_sequence *cur = extended_key_usage; in x509_info_ext_key_usage() local
2029 const mbedtls_x509_sequence *cur = certificate_policies; in x509_info_cert_policies() local
2232 const struct x509_crt_verify_string *cur; in mbedtls_x509_crt_verify_info() local
2286 const mbedtls_x509_sequence *cur; in mbedtls_x509_crt_check_extended_key_usage() local
2319 const mbedtls_x509_crl_entry *cur = &crl->entry; in mbedtls_x509_crt_is_revoked() local
2754 mbedtls_x509_crt *cur; in x509_crt_check_ee_locally_trusted() local
2828 mbedtls_x509_crt_verify_chain_item *cur; in x509_crt_verify_chain() local
[all …]
Dmemory_buffer_alloc.c108 memory_header *cur = heap.first; in debug_chain() local
175 memory_header *prv = heap.first, *cur; in verify_chain() local
226 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc() local
Dnet_sockets.c149 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
196 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
Dx509.c348 mbedtls_x509_name *cur ) in x509_get_attr_type_value()
429 mbedtls_x509_name *cur ) in mbedtls_x509_get_name()
Ddebug.c329 const char *start, *cur; in debug_print_line_by_line() local
/openthread-2.7.6/src/core/meshcop/
Ddataset.cpp170 for (const Tlv *cur = GetTlvsStart(); cur < end; cur = cur->GetNext()) in IsValid() local
189 for (const Tlv *cur = GetTlvsStart(); cur < GetTlvsEnd(); cur = cur->GetNext()) in ConvertTo() local
477 for (const Tlv *cur = GetTlvsStart(); cur < GetTlvsEnd(); cur = cur->GetNext()) in AppendMleDatasetTlv() local
532 for (const Tlv *cur = GetTlvsStart(); cur < GetTlvsEnd(); cur = cur->GetNext()) in ApplyConfiguration() local
Dmeshcop_tlvs.cpp218 const ChannelMaskEntryBase *cur = GetFirstEntry(); in IsValid() local
318 const ChannelMaskEntryBase *cur = GetFirstEntry(); in GetChannelMask() local
Ddataset_manager.cpp451 … for (const Tlv *cur = dataset.GetTlvsStart(); cur < dataset.GetTlvsEnd(); cur = cur->GetNext()) in SendGetResponse() local
523 for (const Tlv *cur = reinterpret_cast<const Tlv *>(aTlvs); cur < end; cur = cur->GetNext()) in SendSetRequest() local
Dmeshcop.cpp130 uint8_t *cur = &aExtAddress.m8[sizeof(Mac::ExtAddress) - 1]; in CopyTo() local
/openthread-2.7.6/src/core/thread/
Dnetwork_data_local.cpp158 …for (NetworkDataTlv *cur = aPrefixTlv.GetSubTlvs(); cur < aPrefixTlv.GetNext(); cur = cur->GetNext… in UpdateRloc() local
253 … for (NetworkDataTlv *cur = aService.GetSubTlvs(); cur < aService.GetNext(); cur = cur->GetNext()) in UpdateRloc() local
278 for (NetworkDataTlv *cur = GetTlvsStart(); cur < GetTlvsEnd(); cur = cur->GetNext()) in UpdateRloc() local
Dlowpan.cpp667 const uint8_t * cur = aBuf; in DecompressBaseHeader() local
936 const uint8_t * cur = aBuf; in DecompressExtensionHeader() local
1013 const uint8_t *cur = aBuf; in DecompressUdpHeader() local
1109 const uint8_t *cur = aBuf; in Decompress() local
1261 uint8_t *cur = aFrame; in WriteTo() local
1348 uint8_t *cur = aFrame; in WriteTo() local
Dnetwork_data_leader_ftd.cpp192 MeshCoP::Tlv *cur; in HandleCommissioningSet() local
334 …for (MeshCoP::Tlv *cur = reinterpret_cast<MeshCoP::Tlv *>… in SendCommissioningGetResponse() local
403 …for (const NetworkDataTlv *cur = reinterpret_cast<const NetworkDataTlv *>(aTlvs); cur < end; cur =… in Validate() local
712 …for (const NetworkDataTlv *cur = reinterpret_cast<const NetworkDataTlv *>(aTlvs); cur < end; cur =… in RegisterNetworkData() local
1055 NetworkDataTlv *cur = GetTlvsStart(); in RemoveRloc() local
1115 NetworkDataTlv *cur = aPrefix.GetSubTlvs(); in RemoveRlocInPrefix() local
Dnetwork_data.cpp139 for (const NetworkDataTlv *cur; in Iterate() local
393 NetworkDataTlv *cur = reinterpret_cast<NetworkDataTlv *>(aData); in RemoveTemporaryData() local
449 NetworkDataTlv *cur = aPrefix.GetSubTlvs(); in RemoveTemporaryData() local
512 NetworkDataTlv *cur = aService.GetSubTlvs(); in RemoveTemporaryData() local
Dkey_manager.cpp281 HashKeys cur; in UpdateKeyMaterial() local
Drouter_table.cpp315 for (Router *cur = GetFirstEntry(); cur != nullptr; cur = GetNextEntry(cur)) in RemoveRouterLink() local
/openthread-2.7.6/src/lib/url/
Durl.cpp60 for (char *cur = strtok(url, "&"); cur != nullptr; cur = strtok(nullptr, "&")) in Init() local
/openthread-2.7.6/src/core/coap/
Dcoap_message.cpp180 uint8_t *cur; in AppendOption() local
230 const char *cur = aUriPath; in AppendUriPathOptions() local
/openthread-2.7.6/src/core/mac/
Dmac_frame.cpp1019 uint8_t *cur = GetHeaderIe(CslIe::kHeaderIeId); in SetCslIe() local
1035 uint8_t *cur = GetThreadIe(ThreadIe::kEnhAckProbingIe); in SetEnhAckProbingIe() local
1047 const uint8_t *cur = nullptr; in GetTimeIe() local
/openthread-2.7.6/third_party/mbedtls/repo/programs/x509/
Dcert_app.c294 mbedtls_x509_crt *cur = &crt; in main() local
/openthread-2.7.6/third_party/mbedtls/repo/programs/ssl/
Dssl_server2.c1135 sni_entry *cur = head, *next; in sni_free() local
1166 sni_entry *cur = NULL, *new = NULL; in sni_parse() local
1256 const sni_entry *cur = (const sni_entry *) p_info; in sni_callback() local
1332 psk_entry *cur = NULL, *new = NULL; in psk_parse() local
1373 psk_entry *cur = (psk_entry *) p_info; in psk_callback() local
3452 sni_entry *cur; in main() local
/openthread-2.7.6/src/core/net/
Dnetif.cpp375 for (const MulticastAddress *cur = &linkLocalAllRoutersAddress; cur; cur = cur->GetNext()) in SubscribeExternalMulticast() local

12