Home
last modified time | relevance | path

Searched refs:res (Results 5376 - 5400 of 14524) sorted by relevance

1...<<211212213214215216217218219220>>...581

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_aka.c23 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 Deap_fast.c334 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 Dmedia_library_manager_test.cpp1517 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 Dmedialibrary_backup_test.cpp503 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 Dnfs4trace.h83 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 Dnvc0_surface.c296 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 Dget_device_encryption_status_plugin.cpp40 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 Dconfig_policy_utils.h72 void FreeCfgFiles(CfgFiles *res);
75 void FreeCfgDirList(CfgDir *res);
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dstring_utils.cpp22 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 Dhcfrandcreate_fuzzer.cpp29 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 Dhc_init_protection.c79 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 Dusbmgrregbulkcallback_fuzzer.cpp30 auto[res, pipe, interface] = UsbMgrPrepareFuzzEnv(); in UsbMgrRegBulkCallbackFuzzTest()
33 if (!res) { in UsbMgrRegBulkCallbackFuzzTest()
/foundation/ai/ai_engine/services/common/platform/dl_operation/source/
H A Daie_dl_operation.cpp53 void *res = dlopen(realLibPath, flag); in AieDlopen() local
54 return res; in AieDlopen()
/foundation/multimedia/image_effect/test/unittest/utils/
H A Dtest_native_buffer_utils.cpp41 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 Dplayer_factory.cpp44 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 Dmem_mgr_window_info.cpp38 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 Dexpired_callback_proxy.cpp40 bool res = data.WriteInterfaceToken(ExpiredCallbackProxy::GetDescriptor()); in OnExpired() local
41 if (!res) { in OnExpired()
/foundation/resourceschedule/ffrt/src/util/
H A Dts_queue.h43 auto& res = queue_.front(); in Pop() local
45 return res; in Pop()
/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_context_test.cpp64 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 Dscreenshot_info.cpp32 bool res = parcel.ReadString(info->trigger_) && parcel.ReadUint64(info->displayId_); in Unmarshalling() local
33 if (!res) { in Unmarshalling()
H A Dwindow_pid_visibility_info.cpp35 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 Dndef_msg_callback_proxy.cpp49 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 Dui_effect_napi_utils.h26 #define UIEFFECT_NAPI_CHECK_RET_D(x, res, msg) \
32 return (res); \
/kernel/linux/linux-5.10/arch/arm/vdso/
H A Dvgettimeofday.c34 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 Dvgettimeofday.c31 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

Completed in 21 milliseconds

1...<<211212213214215216217218219220>>...581