/external/openthread/src/core/crypto/ |
D | crypto_platform.cpp | 81 OT_TOOL_WEAK otError otPlatCryptoAesInit(otCryptoContext *aContext) in otPlatCryptoAesInit() 96 OT_TOOL_WEAK otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey() 113 OT_TOOL_WEAK otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8… in otPlatCryptoAesEncrypt() 128 OT_TOOL_WEAK otError otPlatCryptoAesFree(otCryptoContext *aContext) in otPlatCryptoAesFree() 146 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Init(otCryptoContext *aContext) in otPlatCryptoHmacSha256Init() 164 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Deinit(otCryptoContext *aContext) in otPlatCryptoHmacSha256Deinit() 179 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoHmacSha256Start() 195 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, uint… in otPlatCryptoHmacSha256Update() 211 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t … in otPlatCryptoHmacSha256Finish() 228 otError otPlatCryptoHkdfInit(otCryptoContext *aContext) in otPlatCryptoHkdfInit() [all …]
|
/external/ot-br-posix/src/openwrt/ubus/ |
D | otubus.cpp | 239 void UbusServer::HandleActiveScanResult(otActiveScanResult *aResult, void *aContext) in HandleActiveScanResult() 254 void UbusServer::AppendResult(otError aError, struct ubus_context *aContext, struct ubus_request_da… in AppendResult() 296 int UbusServer::UbusScanHandler(struct ubus_context * aContext, in UbusScanHandler() 305 int UbusServer::UbusScanHandlerDetail(struct ubus_context * aContext, in UbusScanHandlerDetail() 343 int UbusServer::UbusChannelHandler(struct ubus_context * aContext, in UbusChannelHandler() 352 int UbusServer::UbusSetChannelHandler(struct ubus_context * aContext, in UbusSetChannelHandler() 361 int UbusServer::UbusJoinerNumHandler(struct ubus_context * aContext, in UbusJoinerNumHandler() 370 int UbusServer::UbusNetworknameHandler(struct ubus_context * aContext, in UbusNetworknameHandler() 379 int UbusServer::UbusSetNetworknameHandler(struct ubus_context * aContext, in UbusSetNetworknameHandler() 388 int UbusServer::UbusStateHandler(struct ubus_context * aContext, in UbusStateHandler() [all …]
|
/external/openthread/src/core/coap/ |
D | coap_secure.cpp | 73 Error CoapSecure::Start(MeshCoP::Dtls::TransportCallback aCallback, void *aContext) in Start() 95 …or CoapSecure::Connect(const Ip6::SockAddr &aSockAddr, ConnectedCallback aCallback, void *aContext) in Connect() 115 void * aContext, in SendMessage() 133 void * aContext, in SendMessage() 141 Error CoapSecure::SendMessage(Message &aMessage, ResponseHandler aHandler, void *aContext) in SendMessage() 156 void * aContext) in SendMessage() 172 void CoapSecure::HandleDtlsConnected(void *aContext, bool aConnected) in HandleDtlsConnected() 185 void CoapSecure::HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive()
|
/external/openthread/src/core/meshcop/ |
D | dtls.cpp | 138 Error Dtls::Open(ReceiveHandler aReceiveHandler, ConnectedHandler aConnectedHandler, void *aContext) in Open() 170 void Dtls::HandleUdpReceive(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo) in HandleUdpReceive() 237 Error Dtls::Bind(TransportCallback aCallback, void *aContext) in Bind() 599 int Dtls::HandleMbedtlsTransmit(void *aContext, const unsigned char *aBuf, size_t aLength) in HandleMbedtlsTransmit() 644 int Dtls::HandleMbedtlsReceive(void *aContext, unsigned char *aBuf, size_t aLength) in HandleMbedtlsReceive() 679 int Dtls::HandleMbedtlsGetTimer(void *aContext) in HandleMbedtlsGetTimer() 719 void Dtls::HandleMbedtlsSetTimer(void *aContext, uint32_t aIntermediate, uint32_t aFinish) in HandleMbedtlsSetTimer() 752 void Dtls::HandleMbedtlsExportKeys(void * aContext, in HandleMbedtlsExportKeys() 799 int Dtls::HandleMbedtlsExportKeys(void * aContext, in HandleMbedtlsExportKeys() 959 void Dtls::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const char … in HandleMbedtlsDebug()
|
D | border_agent.cpp | 160 void BorderAgent::HandleCoapResponse(void * aContext, in HandleCoapResponse() 225 void BorderAgent::HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageI… in HandleRequest() 233 void BorderAgent::HandleRequest<&BorderAgent::mCommissionerPetition>(void * aContext, in HandleRequest() 242 void BorderAgent::HandleRequest<&BorderAgent::mCommissionerKeepAlive>(void * aContext, in HandleRequest() 250 void BorderAgent::HandleRequest<&BorderAgent::mRelayTransmit>(void * aContext, in HandleRequest() 259 void BorderAgent::HandleRequest<&BorderAgent::mRelayReceive>(void * aContext, in HandleRequest() 268 void BorderAgent::HandleRequest<&BorderAgent::mProxyTransmit>(void * aContext, in HandleRequest() 532 void BorderAgent::HandleConnected(bool aConnected, void *aContext) in HandleConnected()
|
D | panid_query_client.cpp | 67 void * aContext) in SendQuery() 102 void PanIdQueryClient::HandleConflict(void *aContext, otMessage *aMessage, const otMessageInfo *aMe… in HandleConflict()
|
D | joiner.cpp | 138 void * aContext) in Start() 278 void Joiner::HandleDiscoverResult(Mle::DiscoverScanner::ScanResult *aResult, void *aContext) in HandleDiscoverResult() 408 void Joiner::HandleSecureCoapClientConnect(bool aConnected, void *aContext) in HandleSecureCoapClientConnect() 524 void Joiner::HandleJoinerFinalizeResponse(void * aContext, in HandleJoinerFinalizeResponse() 560 void Joiner::HandleJoinerEntrust(void *aContext, otMessage *aMessage, const otMessageInfo *aMessage… in HandleJoinerEntrust()
|
D | commissioner.cpp | 156 void Commissioner::HandleCoapsConnected(bool aConnected, void *aContext) in HandleCoapsConnected() 740 void Commissioner::HandleMgmtCommissionerGetResponse(void * aContext, in HandleMgmtCommissionerGetResponse() 809 void Commissioner::HandleMgmtCommissionerSetResponse(void * aContext, in HandleMgmtCommissionerSetResponse() 858 void Commissioner::HandleLeaderPetitionResponse(void * aContext, in HandleLeaderPetitionResponse() 949 void Commissioner::HandleLeaderKeepAliveResponse(void * aContext, in HandleLeaderKeepAliveResponse() 981 void Commissioner::HandleRelayReceive(void *aContext, otMessage *aMessage, const otMessageInfo *aMe… in HandleRelayReceive() 1049 void Commissioner::HandleDatasetChanged(void *aContext, otMessage *aMessage, const otMessageInfo *a… in HandleDatasetChanged() 1068 void Commissioner::HandleJoinerFinalize(void *aContext, otMessage *aMessage, const otMessageInfo *a… in HandleJoinerFinalize() 1148 Error Commissioner::SendRelayTransmit(void *aContext, Message &aMessage, const Ip6::MessageInfo &aM… in SendRelayTransmit()
|
D | energy_scan_client.cpp | 70 void * aContext) in SendQuery() 107 void EnergyScanClient::HandleReport(void *aContext, otMessage *aMessage, const otMessageInfo *aMess… in HandleReport()
|
/external/openthread/src/core/api/ |
D | coap_secure_api.cpp | 109 void * aContext) in otCoapSecureConnect() 138 void * aContext, in otCoapSecureSendRequestBlockWise() 150 void * aContext) in otCoapSecureSendRequest() 179 void * aContext) in otCoapSecureSetClientConnectedCallback() 184 …otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext) in otCoapSecureSetDefaultHandler() 193 void * aContext, in otCoapSecureSendResponseBlockWise()
|
D | backbone_router_ftd_api.cpp | 94 void * aContext) in otBackboneRouterSetDomainPrefixCallback() 102 void * aContext) in otBackboneRouterSetNdProxyCallback() 119 … void * aContext) in otBackboneRouterSetMulticastListenerCallback()
|
D | dns_api.cpp | 87 void * aContext, in otDnsClientResolveAddress() 98 void * aContext, in otDnsClientResolveIp4Address() 128 void * aContext, in otDnsClientBrowse() 171 void * aContext, in otDnsClientResolveService()
|
D | netdata_publisher_api.cpp | 69 void * aContext) in otNetDataSetDnsSrpServicePublisherCallback() 100 void * aContext) in otNetDataSetPrefixPublisherCallback()
|
/external/openthread/src/core/thread/ |
D | anycast_locator.cpp | 61 …ror AnycastLocator::Locate(const Ip6::Address &aAnycastAddress, Callback aCallback, void *aContext) in Locate() 90 void AnycastLocator::HandleResponse(void * aContext, in HandleResponse() 132 void AnycastLocator::HandleAnycastLocate(void *aContext, otMessage *aMessage, const otMessageInfo *… in HandleAnycastLocate()
|
D | panid_query_server.cpp | 62 void PanIdQueryServer::HandleQuery(void *aContext, otMessage *aMessage, const otMessageInfo *aMessa… in HandleQuery() 93 void PanIdQueryServer::HandleScanResult(Mac::ActiveScanResult *aScanResult, void *aContext) in HandleScanResult()
|
D | energy_scan_server.cpp | 67 void EnergyScanServer::HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMes… in HandleRequest() 133 void EnergyScanServer::HandleScanResult(Mac::EnergyScanResult *aResult, void *aContext) in HandleScanResult()
|
/external/openthread/src/cli/ |
D | cli_coap_secure.cpp | 490 void CoapSecure::HandleConnected(bool aConnected, void *aContext) in HandleConnected() 513 void CoapSecure::HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageIn… in HandleRequest() 637 void CoapSecure::HandleResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageI… in HandleResponse() 660 void CoapSecure::DefaultHandler(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageI… in DefaultHandler() 691 otError CoapSecure::BlockwiseReceiveHook(void * aContext, in BlockwiseReceiveHook() 721 otError CoapSecure::BlockwiseTransmitHook(void * aContext, in BlockwiseTransmitHook()
|
D | cli_coap.cpp | 611 void Coap::HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo) in HandleRequest() 802 void Coap::HandleNotificationResponse(void * aContext, in HandleNotificationResponse() 832 void Coap::HandleResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo, o… in HandleResponse() 875 otError Coap::BlockwiseReceiveHook(void * aContext, in BlockwiseReceiveHook() 904 otError Coap::BlockwiseTransmitHook(void * aContext, in BlockwiseTransmitHook()
|
D | cli_commissioner.cpp | 360 void Commissioner::HandleStateChanged(otCommissionerState aState, void *aContext) in HandleStateChanged() 388 void * aContext) in HandleJoinerEvent() 477 void * aContext) in HandleEnergyReport() 494 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict()
|
/external/ot-br-posix/tests/mdns/ |
D | main.cpp | 85 void PublishSingleServiceWithCustomHost(void *aContext, Mdns::Publisher::State aState) in PublishSingleServiceWithCustomHost() 111 void PublishMultipleServicesWithCustomHost(void *aContext, Mdns::Publisher::State aState) in PublishMultipleServicesWithCustomHost() 153 void PublishSingleService(void *aContext, Mdns::Publisher::State aState) in PublishSingleService() 171 void PublishMultipleServices(void *aContext, Mdns::Publisher::State aState) in PublishMultipleServices() 200 void PublishUpdateServices(void *aContext) in PublishUpdateServices() 231 void PublishServiceSubTypes(void *aContext) in PublishServiceSubTypes()
|
/external/openthread/src/posix/platform/ |
D | mainloop.cpp | 61 void Manager::Update(otSysMainloopContext &aContext) in Update() 69 void Manager::Process(const otSysMainloopContext &aContext) in Process()
|
D | daemon.cpp | 241 [](void *aContext, const char *aFormat, va_list aArguments) -> int { in SetUp() 285 void Daemon::Update(otSysMainloopContext &aContext) in Update() 312 void Daemon::Process(const otSysMainloopContext &aContext) in Process()
|
/external/openthread/src/ncp/ |
D | ncp_spi.cpp | 117 bool NcpSpi::SpiTransactionComplete(void * aContext, in SpiTransactionComplete() 227 void NcpSpi::SpiTransactionProcess(void *aContext) in SpiTransactionProcess() 245 void NcpSpi::HandleFrameAddedToTxBuffer(void * aContext, in HandleFrameAddedToTxBuffer()
|
/external/openthread/src/core/backbone_router/ |
D | bbr_manager.hpp | 175 static void HandleMulticastListenerRegistration(void * aContext, in HandleMulticastListenerRegistration() 195 …static void HandleDuaRegistration(void *aContext, otMessage *aMessage, const otMessageInfo *aMessa… in HandleDuaRegistration()
|
/external/openthread/src/core/common/ |
D | notifier.cpp | 58 Error Notifier::RegisterCallback(otStateChangedCallback aCallback, void *aContext) in RegisterCallback() 89 void Notifier::RemoveCallback(otStateChangedCallback aCallback, void *aContext) in RemoveCallback()
|