Home
last modified time | relevance | path

Searched refs:puk (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp214 bool SimService::PinStatus::VerifyPUK(const std::string_view puk) { in VerifyPUK() argument
215 if (puk.size() != kSimPukSize) { in VerifyPUK()
219 if (!CheckPasswordValid(puk)) { in VerifyPUK()
228 if (puk == temp) { // C++20 remove Operator!= in VerifyPUK()
268 bool SimService::PinStatus::ChangePUK(const std::string_view puk, in ChangePUK() argument
270 bool result = VerifyPUK(puk); in ChangePUK()
1215 auto puk = cmd.GetNextStr(','); in HandleChangeOrEnterPIN() local
1217 if (ChangePin1AndAdjustSimStatus(PinStatus::WITH_PUK, puk, new_pin)) { in HandleChangeOrEnterPIN()
Dsim_service.h204 bool VerifyPUK(const std::string_view puk);
207 bool ChangePUK(const std::string_view puk, const std::string_view new_puk);
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp218 Return<void> supplyIccPukForApp(int32_t serial, const hidl_string& puk,
1125 Return<void> RadioImpl_1_6::supplyIccPukForApp(int32_t serial, const hidl_string& puk, in supplyIccPukForApp() argument
1131 3, puk.c_str(), pin.c_str(), aid.c_str()); in supplyIccPukForApp()