/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_aka.c | 23 u8 ik[EAP_AKA_IK_LEN], ck[EAP_AKA_CK_LEN], res[EAP_AKA_RES_MAX_LEN]; member 237 if (hexstr2bin(pos, data->res, data->res_len) < 0) in eap_aka_ext_sim_result() 239 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: RES", data->res, data->res_len); in eap_aka_ext_sim_result() 270 data->autn, data->res, &data->res_len, in eap_aka_umts_auth() 305 data->res, &data->res_len, data->auts); in eap_aka_umts_auth() 315 os_memset(data->res, '2', EAP_AKA_RES_MAX_LEN); in eap_aka_umts_auth() 681 data->res, data->res_len); in eap_aka_response_challenge() 939 int res; in eap_aka_process_challenge() local 980 res = eap_aka_prime_kdf_valid(data, attr); in eap_aka_process_challenge() 981 if (res in eap_aka_process_challenge() 1303 struct wpabuf *res; eap_aka_process_reauthentication() local 1373 struct wpabuf *res; eap_aka_process() local [all...] |
H A D | eap_fast.c | 334 int res; in eap_fast_derive_keys() local 337 res = eap_fast_derive_key_provisioning(sm, data); in eap_fast_derive_keys() 339 res = eap_fast_derive_key_auth(sm, data); in eap_fast_derive_keys() 340 return res; in eap_fast_derive_keys() 557 struct eap_tlv_result_tlv *res; in eap_fast_tlv_pac_ack() local 560 buf = wpabuf_alloc(sizeof(*res) + sizeof(*ack)); in eap_fast_tlv_pac_ack() 781 int res; in eap_fast_process_crypto_binding() local 797 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() 802 if (res != 0) { in eap_fast_process_crypto_binding() 1110 int mandatory, tlv_type, res; in eap_fast_parse_decrypted() local 1316 int res; eap_fast_decrypt() local 1553 int res; eap_fast_process() local [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/ |
H A D | media_library_manager_test.cpp | 1517 for (const auto res : resultSet) { in HWTEST_F() 1518 EXPECT_EQ(res, true); in HWTEST_F() 1522 for (const auto res : resultSet) { in HWTEST_F() 1523 EXPECT_EQ(res, false); in HWTEST_F() 1527 for (const auto res : resultSet) { in HWTEST_F() 1528 EXPECT_EQ(res, false); in HWTEST_F() 1557 for (const auto res : resultSet) { in HWTEST_F() 1558 EXPECT_EQ(res, true); in HWTEST_F() 1562 for (const auto res : resultSet) { in HWTEST_F() 1563 EXPECT_EQ(res, tru in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 503 string res = BackupFileUtils::GetFileNameFromPath(path); in HWTEST_F() local 504 EXPECT_EQ(res, ""); in HWTEST_F() 512 string res = BackupFileUtils::GetFileNameFromPath(path); in HWTEST_F() local 513 EXPECT_EQ(res, ""); in HWTEST_F() 521 string res = BackupFileUtils::GetFileNameFromPath(path); in HWTEST_F() local 522 EXPECT_NE(res, ""); in HWTEST_F() 530 string res = BackupFileUtils::GetFileTitle(displayName); in HWTEST_F() local 531 EXPECT_EQ(res, ""); in HWTEST_F() 539 string res = BackupFileUtils::GetFileTitle(displayName); in HWTEST_F() local 540 EXPECT_NE(res, ""); in HWTEST_F() 548 string res = BackupFileUtils::GetFileTitle(displayName); HWTEST_F() local 559 string res = BackupFileUtils::GetFullPathByPrefixType(type, path); HWTEST_F() local 570 string res = BackupFileUtils::GetFullPathByPrefixType(type, path); HWTEST_F() local 713 bool res = upgrade->ParseResultSetFromAudioDb(resultSet, info); HWTEST_F() local 1163 auto res = upgrade->ParseXml(xmlPath); HWTEST_F() local 1174 auto res = upgrade->ParseXml(xmlPath); HWTEST_F() local 1185 auto res = upgrade->ParseXml(xmlPath); HWTEST_F() local 1196 auto res = upgrade->ParseXml(xmlPath); HWTEST_F() local 1207 auto res = upgrade->StringToInt(xmlPath); HWTEST_F() local 1218 auto res = upgrade->StringToInt(xmlPath); HWTEST_F() local 1229 auto res = upgrade->StringToInt(xmlPath); HWTEST_F() local 1869 bool res = fileAccessHelper_->GetValidPath(resultPath); HWTEST_F() local [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4trace.h | 83 const struct nfs4_sequence_res *res 85 TP_ARGS(session, res), 98 const struct nfs4_slot *sr_slot = res->sr_slot; 102 __entry->highest_slotid = res->sr_highest_slotid; 104 res->sr_target_highest_slotid; 105 __entry->status_flags = res->sr_status_flags; 106 __entry->error = res->sr_status < 0 ? 107 -res->sr_status : 0; 131 const struct cb_sequenceres *res, 134 TP_ARGS(args, res, statu [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 296 struct nv04_resource *res = nv04_resource(sf->base.texture); in nvc0_clear_render_target() local 304 PUSH_REFN (push, res->bo, res->domain | NOUVEAU_BO_WR); in nvc0_clear_render_target() 319 PUSH_DATAh(push, res->address + sf->offset); in nvc0_clear_render_target() 320 PUSH_DATA (push, res->address + sf->offset); in nvc0_clear_render_target() 321 if (likely(nouveau_bo_memtype(res->bo))) { in nvc0_clear_render_target() 334 if (res->base.target == PIPE_BUFFER) { in nvc0_clear_render_target() 338 PUSH_DATA(push, nv50_miptree(&res->base)->level[0].pitch); in nvc0_clear_render_target() 351 nvc0_resource_fence(res, NOUVEAU_BO_WR); in nvc0_clear_render_target() 371 struct pipe_resource *res, in nvc0_clear_buffer_push_nvc0() 370 nvc0_clear_buffer_push_nvc0(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer_push_nvc0() argument 419 nvc0_clear_buffer_push_nve4(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer_push_nve4() argument 466 nvc0_clear_buffer_push(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer_push() argument 493 nvc0_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer() argument 927 nvc0_blit_set_dst(struct nvc0_blitctx *ctx, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format) nvc0_blit_set_dst() argument 957 nvc0_blit_set_src(struct nvc0_blitctx *ctx, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format, const uint8_t filter) nvc0_blit_set_src() argument [all...] |
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | get_device_encryption_status_plugin.cpp | 40 std::string res = system::GetParameter("fscrypt.policy.config", "");
in OnGetPolicy() local 42 reply.WriteBool(!res.empty());
in OnGetPolicy()
|
/base/customization/config_policy/interfaces/inner_api/include/ |
H A D | config_policy_utils.h | 72 void FreeCfgFiles(CfgFiles *res); 75 void FreeCfgDirList(CfgDir *res);
|
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/ |
H A D | string_utils.cpp | 22 void StringUtils::Split(const std::string &str, const std::string &splitFlag, std::vector<std::string> &res) in Split() argument 31 res.push_back(temp); in Split()
|
/base/security/crypto_framework/test/fuzztest/rand/hcfrandcreate_fuzzer/ |
H A D | hcfrandcreate_fuzzer.cpp | 29 HcfResult res = HcfRandCreate(&randObj); in HcfRandCreateFuzzTest() local 30 if (res != HCF_SUCCESS) { in HcfRandCreateFuzzTest()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/ |
H A D | hc_init_protection.c | 79 int32_t res = InitHcMutex(&g_countMutex);
in InitSecurityDevAuth() local 80 if (res != 0) {
in InitSecurityDevAuth()
|
/base/usb/usb_manager/test/fuzztest/usbmgrregbulkcallback_fuzzer/ |
H A D | usbmgrregbulkcallback_fuzzer.cpp | 30 auto[res, pipe, interface] = UsbMgrPrepareFuzzEnv(); in UsbMgrRegBulkCallbackFuzzTest() 33 if (!res) { in UsbMgrRegBulkCallbackFuzzTest()
|
/foundation/ai/ai_engine/services/common/platform/dl_operation/source/ |
H A D | aie_dl_operation.cpp | 53 void *res = dlopen(realLibPath, flag); in AieDlopen() local 54 return res; in AieDlopen()
|
/foundation/multimedia/image_effect/test/unittest/utils/ |
H A D | test_native_buffer_utils.cpp | 41 auto res = OH_NativeBuffer_Reference(nativeBuffer); in CreateNativeBuffer() local 42 if (res != 0) { in CreateNativeBuffer()
|
/foundation/multimedia/media_lite/services/player_lite/factory/src/ |
H A D | player_factory.cpp | 44 auto res = GetParameter("debug.media_service.histreamer", "0", useHistreamer, in CreatePlayer() local 46 if (res == 1 && useHistreamer[0] == '1') { in CreatePlayer()
|
/foundation/resourceschedule/memmgr/interface/innerkits/src/ |
H A D | mem_mgr_window_info.cpp | 38 bool res = parcel.ReadUint32(memMgrWindowInfo->windowId_) && parcel.ReadInt32(memMgrWindowInfo->pid_) &&
in Unmarshalling() local 40 if (!res) {
in Unmarshalling()
|
/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | expired_callback_proxy.cpp | 40 bool res = data.WriteInterfaceToken(ExpiredCallbackProxy::GetDescriptor()); in OnExpired() local 41 if (!res) { in OnExpired()
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | ts_queue.h | 43 auto& res = queue_.front(); in Pop() local 45 return res; in Pop()
|
/foundation/window/window_manager/extension/window_extension/test/unittest/ |
H A D | window_extension_context_test.cpp | 64 WMError res = windowExtensionContext.StartAbility(want, startOptions); in HWTEST_F() local 65 ASSERT_EQ(WMError::WM_ERROR_START_ABILITY_FAILED, res); in HWTEST_F()
|
/foundation/window/window_manager/utils/src/ |
H A D | screenshot_info.cpp | 32 bool res = parcel.ReadString(info->trigger_) && parcel.ReadUint64(info->displayId_); in Unmarshalling() local 33 if (!res) { in Unmarshalling()
|
H A D | window_pid_visibility_info.cpp | 35 bool res = parcel.ReadInt32(windowPidVisibilityInfo->pid_) && parcel.ReadUint32(visibilityState); in Unmarshalling() local 36 if (!res) { in Unmarshalling()
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | ndef_msg_callback_proxy.cpp | 49 bool res = reply.ReadBool();
in OnNdefMsgDiscovered() local 50 if (!res) {
in OnNdefMsgDiscovered()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/include/ |
H A D | ui_effect_napi_utils.h | 26 #define UIEFFECT_NAPI_CHECK_RET_D(x, res, msg) \ 32 return (res); \
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | vgettimeofday.c | 34 struct old_timespec32 *res) in __vdso_clock_getres() 36 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres() 33 __vdso_clock_getres(clockid_t clock_id, struct old_timespec32 *res) __vdso_clock_getres() argument
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | vgettimeofday.c | 31 struct old_timespec32 *res) in __vdso_clock_getres() 33 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres() 30 __vdso_clock_getres(clockid_t clock_id, struct old_timespec32 *res) __vdso_clock_getres() argument
|