/kernel/linux/linux-5.10/drivers/pinctrl/sirf/ |
H A D | pinctrl-prima2.c | 5 * Copyright (c) 2011 - 2014 Cambridge Silicon Radio Limited, a CSR plc group 136 .group = 3, 142 .group = 2, 160 .group = 3, 166 .group = 2, 169 .group = 0, 187 .group = 3, 193 .group = 2, 196 .group = 0, 216 .group [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 110 * \param group EC_GROUP object to be freed. 112 void EC_GROUP_free(EC_GROUP *group); 115 * \param group EC_GROUP object to be cleared and freed. 117 void EC_GROUP_clear_free(EC_GROUP *group); 134 * \param group EC_GROUP object 137 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group); 146 * \param group EC_GROUP object 148 * \param order the order of the group generated by the generator. 149 * \param cofactor the index of the sub-group generated by the generator 150 * in the group o [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | configfs.h | 76 * group - a group of config_items of a specific type, belonging 87 extern void config_group_init(struct config_group *group); 88 extern void config_group_init_type_name(struct config_group *group, 97 static inline struct config_group *config_group_get(struct config_group *group) in config_group_get() argument 99 return group ? to_config_group(config_item_get(&group->cg_item)) : NULL; in config_group_get() 102 static inline void config_group_put(struct config_group *group) in config_group_put() argument 104 config_item_put(&group->cg_item); in config_group_put() 112 struct config_group *group) in configfs_add_default_group() 111 configfs_add_default_group(struct config_group *new_group, struct config_group *group) configfs_add_default_group() argument 231 to_configfs_subsystem(struct config_group *group) to_configfs_subsystem() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | configfs.h | 74 * group - a group of config_items of a specific type, belonging 85 extern void config_group_init(struct config_group *group); 86 extern void config_group_init_type_name(struct config_group *group, 95 static inline struct config_group *config_group_get(struct config_group *group) in config_group_get() argument 97 return group ? to_config_group(config_item_get(&group->cg_item)) : NULL; in config_group_get() 100 static inline void config_group_put(struct config_group *group) in config_group_put() argument 102 config_item_put(&group->cg_item); in config_group_put() 110 struct config_group *group) in configfs_add_default_group() 109 configfs_add_default_group(struct config_group *new_group, struct config_group *group) configfs_add_default_group() argument 226 to_configfs_subsystem(struct config_group *group) to_configfs_subsystem() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_backend.c | 156 static int ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, in ec_group_explicit_todata() argument 167 fid = EC_GROUP_get_field_type(group); in ec_group_explicit_todata() 197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) { in ec_group_explicit_todata() 211 const BIGNUM *order = EC_GROUP_get0_order(group); in ec_group_explicit_todata() 237 const EC_POINT *genpt = EC_GROUP_get0_generator(group); in ec_group_explicit_todata() 238 point_conversion_form_t genform = EC_GROUP_get_point_conversion_form(group); in ec_group_explicit_todata() 244 genbuf_len = EC_POINT_point2buf(group, genpt, genform, genbuf, bnctx); in ec_group_explicit_todata() 259 const BIGNUM *cofactor = EC_GROUP_get0_cofactor(group); in ec_group_explicit_todata() 271 unsigned char *seed = EC_GROUP_get0_seed(group); in ec_group_explicit_todata() 272 size_t seed_len = EC_GROUP_get_seed_len(group); in ec_group_explicit_todata() 288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument 502 EC_GROUP *group = NULL; ossl_ec_group_fromdata() local 751 EC_GROUP *group; ossl_x509_algor_is_sm2() local 772 EC_GROUP *group = NULL; ossl_ec_key_param_from_x509_algor() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ec_backend.c | 156 static int ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, in ec_group_explicit_todata() argument 167 fid = EC_GROUP_get_field_type(group); in ec_group_explicit_todata() 197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) { in ec_group_explicit_todata() 211 const BIGNUM *order = EC_GROUP_get0_order(group); in ec_group_explicit_todata() 237 const EC_POINT *genpt = EC_GROUP_get0_generator(group); in ec_group_explicit_todata() 238 point_conversion_form_t genform = EC_GROUP_get_point_conversion_form(group); in ec_group_explicit_todata() 244 genbuf_len = EC_POINT_point2buf(group, genpt, genform, genbuf, bnctx); in ec_group_explicit_todata() 259 const BIGNUM *cofactor = EC_GROUP_get0_cofactor(group); in ec_group_explicit_todata() 271 unsigned char *seed = EC_GROUP_get0_seed(group); in ec_group_explicit_todata() 272 size_t seed_len = EC_GROUP_get_seed_len(group); in ec_group_explicit_todata() 288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument 502 EC_GROUP *group = NULL; ossl_ec_group_fromdata() local 751 EC_GROUP *group; ossl_x509_algor_is_sm2() local 772 EC_GROUP *group = NULL; ossl_ec_key_param_from_x509_algor() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 51 struct wpa_group *group); 54 struct wpa_group *group); 56 struct wpa_group *group); 61 struct wpa_group *group); 63 struct wpa_group *group); 65 struct wpa_group *group); 274 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) { in wpa_rekey_gmk() 280 wpa_auth->group->GMK, WPA_GMK_LEN); in wpa_rekey_gmk() 293 struct wpa_group *group, *next; in wpa_rekey_gtk() local 296 group in wpa_rekey_gtk() 358 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_init_gmk_and_counter() argument 397 struct wpa_group *group; wpa_group_init() local 525 struct wpa_group *group = wpa_auth->group; wpa_init_keys() local 544 struct wpa_group *group, *prev; wpa_deinit() local 583 struct wpa_group *group; wpa_reconfig() local 847 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) wpa_receive_error_report() argument 1924 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_ensure_init() argument 3744 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_gtk_update() argument 3777 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_gtk_init() argument 3914 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_setkeys() argument 3949 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_config_group_keys() argument 3993 wpa_group_fatal_failure(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_fatal_failure() argument 4003 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_setkeysdone() argument 4020 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_sm_step() argument 4101 struct wpa_group *group; wpa_gtk_rekey() local 4581 wpa_group_free(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_free() argument 4603 wpa_group_get(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_get() argument 4615 wpa_group_put(struct wpa_authenticator *wpa_auth, struct wpa_group *group) wpa_group_put() argument 4636 struct wpa_group *group; wpa_auth_add_group() local 4662 struct wpa_group *group; wpa_auth_ensure_group() local 4702 struct wpa_group *group; wpa_auth_release_group() local 4748 struct wpa_group *group; wpa_auth_sta_set_vlan() local 4857 struct wpa_group *group; wpa_auth_reconfig_group_keys() local [all...] |
/kernel/linux/linux-6.6/include/sound/ |
H A D | ump_msg.h | 132 u32 group:4; member 142 u32 group:4; 151 u32 group:4; member 161 u32 group:4; 170 u32 group:4; member 180 u32 group:4; 189 u32 group:4; member 199 u32 group:4; 208 u32 group:4; member 218 u32 group 227 u32 group:4; global() member 246 u32 group:4; global() member 276 u32 group:4; global() member 303 u32 group:4; global() member 328 u32 group:4; global() member 353 u32 group:4; global() member 378 u32 group:4; global() member 403 u32 group:4; global() member 428 u32 group:4; global() member 459 u32 group:4; global() member 482 u32 group:4; global() member 505 u32 group:4; global() member [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh_res.sh | 168 ip nexthop add id 103 group 101/102 type resilient buckets 512 \ 174 ip nexthop add id 106 group 104/105 type resilient buckets 512 \ 180 ip nexthop add id 203 group 201/202 type resilient buckets 512 \ 186 ip nexthop add id 206 group 204/205 type resilient buckets 512 \ 254 ip nexthop replace id 103 group 101/102 type resilient idle_timer 0 255 ip nexthop replace id 106 group 104/105 type resilient idle_timer 0 258 ip nexthop replace id 103 group 101,1/102,1 type resilient 260 ip nexthop replace id 103 group 101,2/102,1 type resilient 262 ip nexthop replace id 103 group 101,11/102,45 type resilient 265 ip nexthop replace id 103 group 10 [all...] |
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 65 struct vxlan_mdb_entry_key group; member 377 struct vxlan_mdb_entry_key *group = &cfg->group; in vxlan_mdb_config_group_set() local 381 group->dst.sa.sa_family = AF_INET; in vxlan_mdb_config_group_set() 382 group->dst.sin.sin_addr.s_addr = entry->addr.u.ip4; in vxlan_mdb_config_group_set() 386 group->dst.sa.sa_family = AF_INET6; in vxlan_mdb_config_group_set() 387 group->dst.sin6.sin6_addr = entry->addr.u.ip6; in vxlan_mdb_config_group_set() 393 vxlan_nla_get_addr(&group->src, source_attr); in vxlan_mdb_config_group_set() 396 static bool vxlan_mdb_is_star_g(const struct vxlan_mdb_entry_key *group) in vxlan_mdb_is_star_g() argument 398 return !vxlan_addr_any(&group in vxlan_mdb_is_star_g() 401 vxlan_mdb_is_sg(const struct vxlan_mdb_entry_key *group) vxlan_mdb_is_sg() argument 657 vxlan_mdb_entry_lookup(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group) vxlan_mdb_entry_lookup() argument 808 vxlan_mdb_remote_src_fwd_del(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group, const struct vxlan_mdb_remote *remote, const union vxlan_addr *addr) vxlan_mdb_remote_src_fwd_del() argument 862 vxlan_mdb_remote_src_del(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group, const struct vxlan_mdb_remote *remote, struct vxlan_mdb_src_entry *ent) vxlan_mdb_remote_src_del() argument 894 vxlan_mdb_remote_srcs_del(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group, struct vxlan_mdb_remote *remote) vxlan_mdb_remote_srcs_del() argument 906 vxlan_mdb_nlmsg_src_list_size(const struct vxlan_mdb_entry_key *group, const struct vxlan_mdb_remote *remote) vxlan_mdb_nlmsg_src_list_size() argument 934 const struct vxlan_mdb_entry_key *group = &mdb_entry->key; vxlan_mdb_nlmsg_size() local 1164 vxlan_mdb_entry_get(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group) vxlan_mdb_entry_get() argument 1306 struct vxlan_mdb_entry_key group; vxlan_mdb_entry_skb_get() local [all...] |
/kernel/liteos_a/kernel/extended/container/ |
H A D | los_net_container.c | 72 veth_init(netif, netContainer->group); in CreateVethNetif() 106 netContainer->group->loop_netif = loop_netif; in InitLoopNetif() 107 netif_init(netContainer->group); in InitLoopNetif() 123 struct net_group *group = LOS_MemAlloc(m_aucSysMem1, size); in InitNetGroup() local 124 if (group == NULL) { in InitNetGroup() 127 (VOID)memset_s(group, size, 0, size); in InitNetGroup() 129 netContainer->group = group; in InitNetGroup() 133 STATIC VOID FreeNetContainerGroup(struct net_group *group) in FreeNetContainerGroup() argument 135 if (group in FreeNetContainerGroup() 293 DoSetNetifNetGroup(struct netif *netif, struct net_group *group) DoSetNetifNetGroup() argument 303 DoSetIppcbNetGroup(struct ip_pcb *pcb, struct net_group *group) DoSetIppcbNetGroup() argument [all...] |
/third_party/libinput/test/ |
H A D | test-pad.c | 341 struct libinput_tablet_pad_mode_group *group; in START_TEST() local 366 group = libinput_event_tablet_pad_get_mode_group(pev); in START_TEST() 367 index = libinput_tablet_pad_mode_group_get_index(group); in START_TEST() 379 group = libinput_event_tablet_pad_get_mode_group(pev); in START_TEST() 380 index = libinput_tablet_pad_mode_group_get_index(group); in START_TEST() 703 struct libinput_tablet_pad_mode_group *group; in START_TEST() local 711 group = libinput_device_tablet_pad_get_mode_group(device, i); in START_TEST() 712 ck_assert_notnull(group); in START_TEST() 713 ck_assert_int_eq(libinput_tablet_pad_mode_group_get_index(group), in START_TEST() 717 group in START_TEST() 728 struct libinput_tablet_pad_mode_group *group; START_TEST() local 749 struct libinput_tablet_pad_mode_group *group, *g; START_TEST() local 766 struct libinput_tablet_pad_mode_group *group; START_TEST() local 787 struct libinput_tablet_pad_mode_group *group; START_TEST() local 846 struct libinput_tablet_pad_mode_group* group; START_TEST() local 903 struct libinput_tablet_pad_mode_group* group; START_TEST() local [all...] |
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | dir.c | 81 * from the youngest non-default group ancestor. 83 * For a non-default group A having default groups A/B, A/C, and A/C/D, default 85 * default_group_class[0], and default group A/C/D will be in 119 * sd->s_depth == -1 iff we are a non default group. in configfs_adjust_dir_dirent_depth_before_populate() 120 * else (we are a default group) sd->s_depth > 0 (see in configfs_adjust_dir_dirent_depth_before_populate() 125 * We are a non default group and we are going to create in configfs_adjust_dir_dirent_depth_before_populate() 471 * Fake invisibility if dir belongs to a group/default groups hierarchy in configfs_lookup() 524 /* Mark that we're trying to drop the group */ in configfs_detach_prep() 642 static void detach_groups(struct config_group *group) in detach_groups() argument 644 struct dentry * dentry = dget(group in detach_groups() 686 create_default_group(struct config_group *parent_group, struct config_group *group, struct configfs_fragment *frag) create_default_group() argument 718 populate_groups(struct config_group *group, struct configfs_fragment *frag) populate_groups() argument 735 configfs_remove_default_groups(struct config_group *group) configfs_remove_default_groups() argument 753 struct config_group *group; unlink_obj() local 792 unlink_group(struct config_group *group) unlink_group() argument 803 link_group(struct config_group *parent_group, struct config_group *group) link_group() argument 1284 struct config_group *group = NULL; configfs_mkdir() local 1358 link_group(to_config_group(parent_item), group); configfs_mkdir() local 1753 configfs_register_group(struct config_group *parent_group, struct config_group *group) configfs_register_group() argument 1798 configfs_unregister_group(struct config_group *group) configfs_unregister_group() argument 1847 struct config_group *group; configfs_register_default_group() local 1867 configfs_unregister_default_group(struct config_group *group) configfs_unregister_default_group() argument 1877 struct config_group *group = &subsys->su_group; configfs_register_subsystem() local 1936 struct config_group *group = &subsys->su_group; configfs_unregister_subsystem() local [all...] |
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | dir.c | 79 * from the youngest non-default group ancestor. 81 * For a non-default group A having default groups A/B, A/C, and A/C/D, default 83 * default_group_class[0], and default group A/C/D will be in 117 * sd->s_depth == -1 iff we are a non default group. in configfs_adjust_dir_dirent_depth_before_populate() 118 * else (we are a default group) sd->s_depth > 0 (see in configfs_adjust_dir_dirent_depth_before_populate() 123 * We are a non default group and we are going to create in configfs_adjust_dir_dirent_depth_before_populate() 442 * Fake invisibility if dir belongs to a group/default groups hierarchy in configfs_lookup() 498 /* Mark that we're trying to drop the group */ in configfs_detach_prep() 616 static void detach_groups(struct config_group *group) in detach_groups() argument 618 struct dentry * dentry = dget(group in detach_groups() 660 create_default_group(struct config_group *parent_group, struct config_group *group, struct configfs_fragment *frag) create_default_group() argument 692 populate_groups(struct config_group *group, struct configfs_fragment *frag) populate_groups() argument 709 configfs_remove_default_groups(struct config_group *group) configfs_remove_default_groups() argument 727 struct config_group *group; unlink_obj() local 766 unlink_group(struct config_group *group) unlink_group() argument 777 link_group(struct config_group *parent_group, struct config_group *group) link_group() argument 1259 struct config_group *group = NULL; configfs_mkdir() local 1333 link_group(to_config_group(parent_item), group); configfs_mkdir() local 1723 configfs_register_group(struct config_group *parent_group, struct config_group *group) configfs_register_group() argument 1768 configfs_unregister_group(struct config_group *group) configfs_unregister_group() argument 1817 struct config_group *group; configfs_register_default_group() local 1837 configfs_unregister_default_group(struct config_group *group) configfs_unregister_default_group() argument 1847 struct config_group *group = &subsys->su_group; configfs_register_subsystem() local 1906 struct config_group *group = &subsys->su_group; configfs_unregister_subsystem() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_group_params.c | 27 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group) in dh_param_init() argument 34 ossl_ffc_named_group_set(&dh->params, group); in dh_param_init() 35 dh->params.nid = ossl_ffc_named_group_get_uid(group); in dh_param_init() 42 const DH_NAMED_GROUP *group; in ossl_dh_new_by_nid_ex() local 44 if ((group = ossl_ffc_uid_to_dh_named_group(nid)) != NULL) in ossl_dh_new_by_nid_ex() 45 return dh_param_init(libctx, group); in ossl_dh_new_by_nid_ex() 58 const DH_NAMED_GROUP *group; in ossl_dh_cache_named_group() local 70 if ((group = ossl_ffc_numbers_to_dh_named_group(dh->params.p, in ossl_dh_cache_named_group() 74 dh->params.q = (BIGNUM *)ossl_ffc_named_group_get_q(group); in ossl_dh_cache_named_group() 76 dh->params.nid = ossl_ffc_named_group_get_uid(group); in ossl_dh_cache_named_group() [all...] |
/third_party/openssl/crypto/dh/ |
H A D | dh_group_params.c | 27 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group) in dh_param_init() argument 34 ossl_ffc_named_group_set(&dh->params, group); in dh_param_init() 35 dh->params.nid = ossl_ffc_named_group_get_uid(group); in dh_param_init() 42 const DH_NAMED_GROUP *group; in ossl_dh_new_by_nid_ex() local 44 if ((group = ossl_ffc_uid_to_dh_named_group(nid)) != NULL) in ossl_dh_new_by_nid_ex() 45 return dh_param_init(libctx, group); in ossl_dh_new_by_nid_ex() 58 const DH_NAMED_GROUP *group; in ossl_dh_cache_named_group() local 70 if ((group = ossl_ffc_numbers_to_dh_named_group(dh->params.p, in ossl_dh_cache_named_group() 74 dh->params.q = (BIGNUM *)ossl_ffc_named_group_get_q(group); in ossl_dh_cache_named_group() 76 dh->params.nid = ossl_ffc_named_group_get_uid(group); in ossl_dh_cache_named_group() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateTests.cpp | 46 void createChildren (tcu::TestCaseGroup* group, vk::PipelineConstructionType pipelineConstructionType) in createChildren() argument 48 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() 50 group->addChild(new DynamicStateVPTests (testCtx, pipelineConstructionType)); in createChildren() 51 group->addChild(new DynamicStateRSTests (testCtx, pipelineConstructionType)); in createChildren() 52 group->addChild(new DynamicStateCBTests (testCtx, pipelineConstructionType)); in createChildren() 53 group->addChild(new DynamicStateDSTests (testCtx, pipelineConstructionType)); in createChildren() 54 group->addChild(new DynamicStateGeneralTests (testCtx, pipelineConstructionType)); in createChildren() 55 group->addChild(new DynamicStateInheritanceTests (testCtx, pipelineConstructionType)); in createChildren() 56 group->addChild(new DynamicStateClearTests (testCtx, pipelineConstructionType)); in createChildren() 57 group in createChildren() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_pwd_common.c | 94 wpa_printf(MSG_INFO, "EAP-pwd: unsuitable group %u", num); in get_eap_pwd_group() 100 grp->group = crypto_ec_init(num); in get_eap_pwd_group() 101 if (!grp->group) { in get_eap_pwd_group() 102 wpa_printf(MSG_INFO, "EAP-pwd: unable to create EC group"); in get_eap_pwd_group() 108 wpa_printf(MSG_INFO, "EAP-pwd: provisioned group %d", num); in get_eap_pwd_group() 150 prime = crypto_ec_get_prime(grp->group); in compute_password_element() 151 primebitlen = crypto_ec_prime_len_bits(grp->group); in compute_password_element() 152 primebytelen = crypto_ec_prime_len(grp->group); in compute_password_element() 234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element() 238 res = dragonfly_is_quadratic_residue_blind(grp->group, qr_bi in compute_password_element() 407 eap_pwd_get_element(EAP_PWD_group *group, const u8 *buf) eap_pwd_get_element() argument 446 eap_pwd_get_scalar(EAP_PWD_group *group, const u8 *buf) eap_pwd_get_scalar() argument 469 eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) eap_pwd_get_rand_mask() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_pwd_common.c | 94 wpa_printf(MSG_INFO, "EAP-pwd: unsuitable group %u", num); in get_eap_pwd_group() 100 grp->group = crypto_ec_init(num); in get_eap_pwd_group() 101 if (!grp->group) { in get_eap_pwd_group() 102 wpa_printf(MSG_INFO, "EAP-pwd: unable to create EC group"); in get_eap_pwd_group() 108 wpa_printf(MSG_INFO, "EAP-pwd: provisioned group %d", num); in get_eap_pwd_group() 150 prime = crypto_ec_get_prime(grp->group); in compute_password_element() 151 primebitlen = crypto_ec_prime_len_bits(grp->group); in compute_password_element() 152 primebytelen = crypto_ec_prime_len(grp->group); in compute_password_element() 234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element() 238 res = dragonfly_is_quadratic_residue_blind(grp->group, qr_bi in compute_password_element() 407 eap_pwd_get_element(EAP_PWD_group *group, const u8 *buf) eap_pwd_get_element() argument 446 eap_pwd_get_scalar(EAP_PWD_group *group, const u8 *buf) eap_pwd_get_scalar() argument 469 eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) eap_pwd_get_rand_mask() argument [all...] |
/third_party/python/Lib/ |
H A D | string.py | 112 named = mo.group('named') or mo.group('braced') 115 if mo.group('escaped') is not None: 117 if mo.group('invalid') is not None: 119 raise ValueError('Unrecognized named group in pattern', 130 named = mo.group('named') or mo.group('braced') 135 return mo.group() 136 if mo.group('escaped') is not None: 138 if mo.group('invali [all...] |
/kernel/linux/linux-6.6/rust/macros/ |
H A D | paste.rs | 51 if let TokenTree::Group(group) = token { 52 let delimiter = group.delimiter(); 53 let span = group.span(); 54 let mut stream: Vec<_> = group.stream().into_iter().collect(); 61 // Replace the group with concatenated token 64 // Recursively expand tokens inside the group 66 let mut group = Group::new(delimiter, stream.into_iter().collect()); variables 67 group.set_span(span); 68 *token = TokenTree::Group(group); 73 // Path segments cannot contain invisible delimiter group, s [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rc80211_minstrel_ht.c | 44 * Define group sort order: HT40 -> SGI -> #streams 57 /* MCS rate information for an MCS group */ 320 minstrel_ht_is_legacy_group(int group) in minstrel_ht_is_legacy_group() argument 322 return group == MINSTREL_CCK_GROUP || in minstrel_ht_is_legacy_group() 323 group == MINSTREL_OFDM_GROUP; in minstrel_ht_is_legacy_group() 327 * Look up an MCS group index based on mac80211 rate information 338 * Look up an MCS group index based on new cfg80211 rate_info. 358 * Look up an MCS group index based on new cfg80211 rate_info. 373 int group, idx; in minstrel_ht_get_stats() local 376 group in minstrel_ht_get_stats() 419 int group, idx; minstrel_ht_ri_get_stats() local 464 const struct mcs_group *group = &minstrel_mcs_groups[MI_RATE_GROUP(index)]; minstrel_get_duration() local 500 minstrel_ht_get_tp_avg(struct minstrel_ht_sta *mi, int group, int rate, int prob_avg) minstrel_ht_get_tp_avg() argument 674 int tmp_max_streams, group, tmp_idx, tmp_prob; minstrel_ht_prob_rate_reduce_streams() local 850 minstrel_ht_group_min_rate_offset(struct minstrel_ht_sta *mi, int group, u32 max_duration) minstrel_ht_group_min_rate_offset() argument 879 u8 group; minstrel_ht_next_inc_rate() local 903 minstrel_ht_next_group_sample_rate(struct minstrel_ht_sta *mi, int group, u16 supported, int offset) minstrel_ht_next_group_sample_rate() argument 946 u8 group; minstrel_ht_next_jump_rate() local 1063 int group, i, j, cur_prob; minstrel_ht_update_stats() local 1260 int group, orig_group; minstrel_downgrade_rate() local 1446 const struct mcs_group *group = &minstrel_mcs_groups[group_idx]; minstrel_ht_set_rate() local 1495 int group = MI_RATE_GROUP(rate); minstrel_ht_get_prob_avg() local 1503 int group = MI_RATE_GROUP(mi->max_prob_rate); minstrel_ht_get_max_amsdu_len() local [all...] |
/kernel/linux/linux-6.6/fs/notify/fanotify/ |
H A D | fanotify.c | 187 static int fanotify_merge(struct fsnotify_group *group, in fanotify_merge() argument 191 unsigned int bucket = fanotify_event_hash_bucket(group, new); in fanotify_merge() 192 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge() 195 pr_debug("%s: group=%p event=%p bucket=%u\n", __func__, in fanotify_merge() 196 group, event, bucket); in fanotify_merge() 229 static int fanotify_get_response(struct fsnotify_group *group, in fanotify_get_response() argument 235 pr_debug("%s: group=%p event=%p\n", __func__, group, event); in fanotify_get_response() 237 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response() 241 spin_lock(&group in fanotify_get_response() 293 fanotify_group_event_mask(struct fsnotify_group *group, struct fsnotify_iter_info *iter_info, u32 *match_mask, u32 event_mask, const void *data, int data_type, struct inode *dir) fanotify_group_event_mask() argument 672 fanotify_alloc_error_event( struct fsnotify_group *group, __kernel_fsid_t *fsid, const void *data, int data_type, unsigned int *hash) fanotify_alloc_error_event() argument 710 fanotify_alloc_event( struct fsnotify_group *group, u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, __kernel_fsid_t *fsid, u32 match_mask) fanotify_alloc_event() argument 874 fanotify_insert_event(struct fsnotify_group *group, struct fsnotify_event *fsn_event) fanotify_insert_event() argument 892 fanotify_handle_event(struct fsnotify_group *group, u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, u32 cookie, struct fsnotify_iter_info *iter_info) fanotify_handle_event() argument 986 fanotify_free_group_priv(struct fsnotify_group *group) fanotify_free_group_priv() argument 1023 fanotify_free_error_event(struct fsnotify_group *group, struct fanotify_event *event) fanotify_free_error_event() argument 1031 fanotify_free_event(struct fsnotify_group *group, struct fsnotify_event *fsn_event) fanotify_free_event() argument 1062 fanotify_freeing_mark(struct fsnotify_mark *mark, struct fsnotify_group *group) fanotify_freeing_mark() argument [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | control_led.c | 40 unsigned int group; member 59 .group = (SNDRV_CTL_ELEM_ACCESS_SPK_LED >> SNDRV_CTL_ELEM_ACCESS_LED_SHIFT) - 1, 65 .group = (SNDRV_CTL_ELEM_ACCESS_MIC_LED >> SNDRV_CTL_ELEM_ACCESS_LED_SHIFT) - 1, 87 static inline unsigned int group_to_access(unsigned int group) in group_to_access() argument 89 return (group + 1) << SNDRV_CTL_ELEM_ACCESS_LED_SHIFT; in group_to_access() 94 unsigned int group = access_to_group(access); in snd_ctl_led_get_by_access() local 95 if (group >= MAX_LED) in snd_ctl_led_get_by_access() 97 return &snd_ctl_leds[group]; in snd_ctl_led_get_by_access() 187 unsigned int group; in snd_ctl_led_find() local 189 for (group in snd_ctl_led_find() 242 snd_ctl_led_set_id(int card_number, struct snd_ctl_elem_id *id, unsigned int group, bool set) snd_ctl_led_set_id() argument 284 unsigned int group; snd_ctl_led_refresh() local 298 unsigned int group; snd_ctl_led_clean() local 313 snd_ctl_led_reset(int card_number, unsigned int group) snd_ctl_led_reset() argument 669 unsigned int group; snd_ctl_led_sysfs_add() local 706 unsigned int group; snd_ctl_led_sysfs_remove() local 737 unsigned int group; snd_ctl_led_init() local 773 unsigned int group, card_number; snd_ctl_led_exit() local [all...] |
/third_party/rust/crates/syn/src/ |
H A D | buffer.rs | 43 TokenTree::Group(group) => { in recursive_new() 46 Self::recursive_new(entries, group.stream()); in recursive_new() 50 entries[group_start_index] = Entry::Group(group, group_end_offset); in recursive_new() 155 /// point at the first token in the group (with the same scope end). 160 /// While the cursor is looking at a `None`-delimited group, move it to look 161 /// at the first token inside instead. If the group is empty, this will move 162 /// the cursor past the `None`-delimited group. 166 while let Entry::Group(group, _) = self.entry() { in ignore_none() 167 if group.delimiter() == Delimiter::None { in ignore_none() 183 /// a cursor into that group an 184 pub fn group(mut self, delim: Delimiter) -> Option<(Cursor<'a>, DelimSpan, Cursor<'a>)> { group() functions [all...] |