Home
last modified time | relevance | path

Searched defs:pin (Results 1 – 25 of 44) sorted by relevance

12

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_sim_test.cpp764 std::string pin = "1234"; variable
784 std::string pin = "1234"; variable
805 std::string pin = "1234"; variable
826 std::string pin = "1234"; variable
/base/account/os_account/test/fuzztest/iamaccount_stub/addcredentialstub_fuzzer/
Daddcredentialstub_fuzzer.cpp70 PinSubType pin = pinType.value_or(PinSubType::PIN_MAX); in AddCredentialStubFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount_stub/updatecredentialstub_fuzzer/
Dupdatecredentialstub_fuzzer.cpp67 PinSubType pin = pinType.value_or(PinSubType::PIN_MAX); in UpdateCredentialStubFuzzTest() local
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/
Ddestroy_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/dellocalauthinfo_fuzzer/
Ddellocalauthinfo_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/listtrustpeer_fuzzer/
Dlisttrustpeer_fuzzer.cpp35 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/getinstance_fuzzer/
Dgetinstance_fuzzer.cpp36 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/istrustpeer_fuzzer/
Distrustpeer_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/startpake_fuzzer/
Dstartpake_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/authenticatepeer_fuzzer/
Dauthenticatepeer_fuzzer.cpp36 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
Dpake_client.c36 …t pake_client *build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, in build_pake_client()
415 …t pake_client *build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, in build_pake_client()
/base/msdp/device_status/tools/vdev/src/
Dvirtual_device.cpp67 FILE *pin = popen("cat /proc/bus/input/devices", "r"); in Execute() local
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/receivedata_fuzzer/
Dreceivedata_fuzzer.cpp46 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
Dpake_client.h30 struct hc_pin pin; member
Dpake_server.h71 struct hc_pin pin; member
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
Ddeviceauth_test.cpp128 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
168 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams001()
183 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams002()
197 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams003()
211 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams004()
226 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams005()
Dhichain_pake_test.cpp72 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
Dhichain_receivedata_test.cpp86 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test_util.cpp270 const std::u16string pin = Str8ToStr16("1234"); in UnlockPinTestFunc() local
279 const std::u16string pin = Str8ToStr16("1234"); in UnlockPinTestFunc1() local
287 const std::u16string pin = Str8ToStr16("1234"); in UnlockPukTestFunc() local
297 const std::u16string pin = Str8ToStr16("1234"); in UnlockPukTestFunc1() local
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Dbuild_object.c189 struct hc_pin pin = { 0, {0} }; in build_pake_client_object() local
/base/security/device_auth/frameworks/deviceauth_lite/source/
Dhichain.c301 struct hc_pin pin = { 0, {0} }; in delete_local_auth_info() local
978 struct hc_pin pin = { 0, {0} }; in build_self_lt_key_pair() local
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_constant.cpp28 napi_value pin = nullptr; in AuthTypeConstructor() local
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp368 int32_t TelRilSim::UnlockPin(std::string pin, const AppExecFwk::InnerEvent::Pointer &response) in UnlockPin()
373 int32_t TelRilSim::UnlockPuk(std::string puk, std::string pin, const AppExecFwk::InnerEvent::Pointe… in UnlockPuk()
/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp146 int32_t SimStateManager::UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &resp… in UnlockPin()
/base/telephony/ril_adapter/services/vendor/src/
Dat_sim.c571 void ReqUnlockPin(const ReqDataInfo *requestInfo, const char *pin) in ReqUnlockPin()
625 void ReqUnlockPuk(const ReqDataInfo *requestInfo, const char *puk, const char *pin) in ReqUnlockPuk()

12