Searched refs:selectApplet (Results 1 – 2 of 2) sorted by relevance
131 bool AppletConnection::selectApplet(std::vector<uint8_t>& resp, uint8_t p2) { in selectApplet() function in keymint::javacard::AppletConnection173 if (selectApplet(resp, SELECT_P2_VALUE_0) || selectApplet(resp, SELECT_P2_VALUE_2)) { in openChannelToApplet()181 ret = selectApplet(resp, 0x0); in openChannelToApplet()
99 bool selectApplet(std::vector<uint8_t>& resp, uint8_t p2);