/hardware/interfaces/secure_element/1.0/vts/functional/ |
D | VtsHalSecureElementV1_0TargetTest.cpp | 117 std::vector<uint8_t> aid = ANDROID_TEST_AID; in TEST_F() local 121 aid, 0x00, in TEST_F() 157 std::vector<uint8_t> aid = ANDROID_TEST_AID; in TEST_F() local 160 se_->openBasicChannel(aid, 0x00, in TEST_F() 204 std::vector<uint8_t> aid = ANDROID_TEST_AID; in TEST_F() local 208 aid, 0x00, in TEST_F()
|
/hardware/nxp/secure_element/1.0/ |
D | SecureElement.cpp | 121 Return<void> SecureElement::openLogicalChannel(const hidl_vec<uint8_t>& aid, in openLogicalChannel() argument 199 cmdApdu.len = (int32_t)(5 + aid.size()); in openLogicalChannel() 207 cmdApdu.p_data[xx++] = aid.size(); // Lc in openLogicalChannel() 208 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openLogicalChannel() 253 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() argument 275 cmdApdu.len = (int32_t)(5 + aid.size()); in openBasicChannel() 283 cmdApdu.p_data[xx++] = aid.size(); // Lc in openBasicChannel() 284 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openBasicChannel()
|
D | SecureElement.h | 59 Return<void> openLogicalChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, 61 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/nxp/secure_element/1.1/ |
D | SecureElement.cpp | 162 Return<void> SecureElement::openLogicalChannel(const hidl_vec<uint8_t>& aid, in openLogicalChannel() argument 240 cmdApdu.len = (int32_t)(5 + aid.size()); in openLogicalChannel() 248 cmdApdu.p_data[xx++] = aid.size(); // Lc in openLogicalChannel() 249 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openLogicalChannel() 294 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() argument 316 cmdApdu.len = (int32_t)(5 + aid.size()); in openBasicChannel() 324 cmdApdu.p_data[xx++] = aid.size(); // Lc in openBasicChannel() 325 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openBasicChannel()
|
D | SecureElement.h | 65 Return<void> openLogicalChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, 67 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 54 const hidl_string& aid) override; 56 const hidl_string& aid) override; 58 const hidl_string& aid) override; 60 const hidl_string& pin2, const hidl_string& aid) override; 62 const hidl_string& newPin, const hidl_string& aid) override; 64 const hidl_string& newPin2, const hidl_string& aid) override; 69 Return<void> getImsiForApp(int32_t serial, const hidl_string& aid) override; 203 Return<void> iccOpenLogicalChannel(int32_t serial, const hidl_string& aid, int32_t p2) override; 220 const hidl_string& aid) override;
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 67 * @param aid AID to uniquely identify the applet on the Secure Element 83 openLogicalChannel(vec<uint8_t> aid, uint8_t p2) 91 * @param aid AID to uniquely identify the applet on the Secure Element 107 openBasicChannel(vec<uint8_t> aid, uint8_t p2)
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 54 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value. 59 oneway supplyIccPinForApp(int32_t serial, string pin, string aid); 67 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value. 72 oneway supplyIccPukForApp(int32_t serial, string puk, string pin, string aid); 80 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value. 85 oneway supplyIccPin2ForApp(int32_t serial, string pin2, string aid); 93 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value. 99 string aid); 107 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value. 113 string aid); [all …]
|
D | types.hal | 1398 string aid; // AID value, See ETSI 102.221 8.1 and 101.220 4, empty 1917 string aid; // is AID(application ID) of the card application
|
/hardware/ril/libril/ |
D | ril_service.cpp | 137 const hidl_string& aid); 140 const hidl_string& pin, const hidl_string& aid); 144 const hidl_string& aid); 147 const hidl_string& pin2, const hidl_string& aid); 150 const hidl_string& newPin, const hidl_string& aid); 153 const hidl_string& newPin2, const hidl_string& aid); 162 const ::android::hardware::hidl_string& aid); 398 const ::android::hardware::hidl_string& aid, int32_t p2); 422 const ::android::hardware::hidl_string& aid); 842 const hidl_string& aid) { in supplyIccPinForApp() argument [all …]
|
/hardware/ril/reference-ril/ |
D | ril.h | 1155 char * aid; /* is AID(application ID) of the card application */ member 7168 char *aid; /* AID value, See ETSI 102.221 8.1 and 101.220 4, member
|
/hardware/ril/include/telephony/ |
D | ril.h | 1155 char * aid; /* is AID(application ID) of the card application */ member 7168 char *aid; /* AID value, See ETSI 102.221 8.1 and 101.220 4, member
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_icc.cpp | 224 iccIo.aid = cardStatus.applications[i].aidPtr; in TEST_F()
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 92 promptly report to Broadcom any defects it finds in the Software, as an aid
|
/hardware/invensense/6515/libsensors_iio/ |
D | License.txt | 92 promptly report to InvenSense any defects it finds in the Software, as an aid
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 271 uint16 aid; /* association ID */ member
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3149 * to each one to aid implementors. 3206 * to each one to aid implementors.
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 1105 * device as additional information to aid sensor operation. Data is sent
|