Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/wificond/
Dclient_interface_binder.cpp67 const std::array<uint8_t, ETH_ALEN>& mac = impl_->GetMacAddress(); in getMacAddress() local
91 Status ClientInterfaceBinder::setMacAddress(const vector<uint8_t>& mac, bool* success) { in setMacAddress()
Dclient_interface_impl.cpp239 bool ClientInterfaceImpl::SetMacAddress(const std::array<uint8_t, ETH_ALEN>& mac) { in SetMacAddress()
/system/connectivity/wificond/aidl/android/net/wifi/
DIClientInterface.aidl55 boolean setMacAddress(in byte[] mac); in setMacAddress()
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp246 std::vector<uint8_t> mac; in TEST() local
268 std::vector<uint8_t> mac; in TEST() local
/system/core/trusty/utils/rpmb_dev/
Drpmb_dev.c90 struct rpmb_key* mac) { in rpmb_mac()
303 struct rpmb_key mac; in rpmb_dev_process_cmd() local
/system/security/identity/
DCredentialData.cpp93 vector<uint8_t> mac = sacp.mac; in saveToDisk() local
/system/core/libsysutils/src/
DNetlinkEvent.cpp54 unsigned char mac[ULOG_MAC_LEN]; member
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp291 KeymasterBlob mac(authToken.mac.data(), authToken.mac.size()); in verifyAuthorization() local
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp320 KeymasterBlob mac(authToken.mac.data(), authToken.mac.size()); in verifyAuthorization() local
/system/vold/
DKeyStorage.cpp290 std::string mac; in encryptWithKeymasterKey() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h841 KeymasterBlob mac; member