Home
last modified time | relevance | path

Searched refs:aid (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.cpp83 int32_t SeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel() argument
87 if (aid.empty()) { in openLogicalChannel()
94 …int ret = HuaweiSecureElementCaOpenLogicalChannel((uint8_t *)&aid[0], aid.size(), p2, res, &resLen, in openLogicalChannel()
107 int32_t SeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vecto… in openBasicChannel() argument
111 if (aid.empty()) { in openBasicChannel()
118 int ret = HuaweiSecureElementCaOpenBasicChannel((uint8_t *)&aid[0], aid.size(), res, &resLen); in openBasicChannel()
Dse_vendor_adaptions.h35 …int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& resp…
38 …int32_t openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& respon…
Disecure_element_vendor.h37 …virtual int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_…
40 …virtual int32_t openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>…
/drivers/peripheral/secure_element/hdi_service/
Dse_impl.cpp52 int32_t SeImpl::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t… in openLogicalChannel() argument
55 return adaptor_.openLogicalChannel(aid, p2, response, channelNumber, status); in openLogicalChannel()
58 int32_t SeImpl::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>&… in openBasicChannel() argument
61 return adaptor_.openBasicChannel(aid, p2, response, status); in openBasicChannel()
Dse_impl.h38 …int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& resp…
41 …int32_t openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& respon…
/drivers/interface/secure_element/v1_0/
DISecureElementInterface.idl59 * @param aid The AID of the applet to be selected on this channel, as a byte array.
65 …openLogicalChannel([in] List<unsigned char> aid, [in] unsigned char p2, [out] List<unsigned char> …
72 * @param aid The AID of the applet to be selected on this channel, as a byte array.
77 …openBasicChannel([in] List<unsigned char> aid, [in] unsigned char p2, [out] List<unsigned char> re…
/drivers/hdf_core/framework/include/wifi/
Dhdf_wifi_event.h170 uint16_t aid; /**< Authentication ID */ member
196 uint16_t aid; /**< Authentication ID */ member
/drivers/interface/ril/v1_1/
DTypes.idl1755 String aid;
1980 String aid;
/drivers/interface/ril/v1_0/
DTypes.idl1715 String aid;
1940 String aid;