Searched refs:group (Results 1 - 25 of 607) sorted by relevance

1234567891011>>

/freebsd-current/sys/arm/annapurna/alpine/
H A Dalpine_serdes.h39 * Get SerDes group regs base, to be used in relevant Alpine drivers.
40 * Valid group is 0..3.
41 * Returns virtual base address of the group regs base.
43 void *alpine_serdes_resource_get(uint32_t group);
46 * Set SerDes ETH mode for an entire group, unless already set
47 * Valid group is 0..3.
50 int alpine_serdes_eth_mode_set(uint32_t group,
53 /* Lock the all serdes group for using common registers */
54 void alpine_serdes_eth_group_lock(uint32_t group);
56 /* Unlock the all serdes group fo
[all...]
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_fixture.h19 #define TEST_GROUP(group)\
20 static const char* TEST_GROUP_##group = #group
22 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\
23 void TEST_##group##_SETUP(void)
25 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\
26 void TEST_##group##_TEAR_DOWN(void)
29 #define TEST(group, nam
[all...]
/freebsd-current/share/mk/
H A Dbsd.incs.mk11 .for group in ${INCSGROUPS}
12 buildincludes: ${${group}}
21 .for group in ${INCSGROUPS}
22 .if defined(${group}) && !empty(${group})
24 ${group}OWN?= ${BINOWN}
25 ${group}GRP?= ${BINGRP}
26 ${group}MODE?= ${NOBINMODE}
27 ${group}DIR?= ${INCLUDEDIR}${PRIVATELIB:D/private/${LIB}}
28 STAGE_SETS+= ${group
[all...]
H A Dbsd.files.mk15 .for group in ${FILESGROUPS}
17 ${${group}}:= ${${group}} ${${group}.yes}
18 ${${group}}:= ${${group}:O:u}
19 buildfiles: ${${group}}
26 .for group in ${FILESGROUPS}
27 .if defined(${group}) && !empty(${group})
[all...]
H A Dbsd.confs.mk16 . for group in ${CONFGROUPS}
17 buildconfig: ${${group}}
25 . for group in ${CONFGROUPS}
26 . if defined(${group}) && !empty(${group})
37 ${group}OWN?= ${SHAREOWN}
38 ${group}GRP?= ${SHAREGRP}
39 ${group}MODE?= ${CONFMODE}
40 ${group}DIR?= ${CONFDIR}
41 STAGE_SETS+= ${group
[all...]
/freebsd-current/include/
H A Dgrp.h43 #define _PATH_GROUP "/etc/group"
55 struct group { struct
56 char *gr_name; /* group name */
57 char *gr_passwd; /* group password */
58 gid_t gr_gid; /* group id */
59 char **gr_mem; /* group members */
65 struct group *getgrent(void);
67 struct group *getgrgid(gid_t);
68 struct group *getgrnam(const char *);
73 struct group * (*)(cons
[all...]
/freebsd-current/usr.sbin/nscd/agents/
H A DMakefile.inc2 SRCS += passwd.c group.c services.c
/freebsd-current/contrib/bmake/mk/
H A Dscripts.mk35 .for group in ${SCRIPTSGROUPS}
36 buildfiles: ${${group}}
42 .for group in ${SCRIPTSGROUPS}
43 .if !empty(${group}) && defined(${group}DIR)
44 .if ${group} != "SCRIPTS"
45 ${group}_INSTALL_OWN ?= ${SCRIPTS_INSTALL_OWN}
48 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
50 .for script in ${${group}
[all...]
H A Dfiles.mk28 .for group in ${FILESGROUPS}
29 buildfiles: ${${group}}
36 # ignore group if ${group}DIR is not defined
37 .for group in ${FILESGROUPS}
38 .if !empty(${group}) && defined(${group}DIR)
39 .if ${group} != "FILES"
40 ${group}_INSTALL_OWN ?= ${FILES_INSTALL_OWN}
43 STAGE_DIR.${group}
[all...]
H A Dinc.mk34 .for group in ${INCGROUPS}
35 buildincludes: ${${group}}
42 .for group in ${INCGROUPS}
43 .if !empty(${group})
44 .if ${group} != "INC"
45 ${group}_INSTALL_OWN ?= ${INC_INSTALL_OWN}
46 ${group}DIR ?= ${INCDIR}
49 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
51 .for header in ${${group}
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c50 #define mcg_warn_group(group, format, arg...) \
52 (group)->name, group->demux->port, ## arg)
54 #define mcg_debug_group(group, format, arg...) \
56 (group)->name, (group)->demux->port, ## arg)
58 #define mcg_error_group(group, format, arg...) \
59 pr_err(" %16s: " format, (group)->name, ## arg)
136 struct mcast_group *group; member in struct:mcast_req
144 mcg_warn_group(group, "di
166 struct mcast_group *group; local
183 mcast_insert(struct mlx4_ib_demux_ctx *ctx, struct mcast_group *group) argument
252 send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) argument
279 send_leave_to_wire(struct mcast_group *group, u8 join_state) argument
318 send_reply_to_slave(int slave, struct mcast_group *group, struct ib_sa_mad *req_sa_mad, u16 status) argument
437 release_group(struct mcast_group *group, int from_timeout_handler) argument
474 adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
483 get_leave_state(struct mcast_group *group) argument
495 join_group(struct mcast_group *group, int slave, u8 join_mask) argument
511 leave_group(struct mcast_group *group, int slave, u8 leave_state) argument
524 check_leave(struct mcast_group *group, int slave, u8 leave_mask) argument
542 struct mcast_group *group; local
584 handle_leave_req(struct mcast_group *group, u8 leave_mask, struct mcast_req *req) argument
605 handle_join_req(struct mcast_group *group, u8 join_mask, struct mcast_req *req) argument
644 struct mcast_group *group; local
751 struct mcast_group *group = NULL, *cur_group, *n; local
815 struct mcast_group *group, *cur_group; local
875 struct mcast_group *group = req->group; local
892 struct mcast_group *group; local
941 struct mcast_group *group; local
996 struct mcast_group *group = local
1064 force_clean_group(struct mcast_group *group) argument
1081 struct mcast_group *group; local
1167 clear_pending_reqs(struct mcast_group *group, int vf) argument
1200 push_deleteing_req(struct mcast_group *group, int slave) argument
1233 struct mcast_group *group; local
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_smpl.c98 int ossl_ec_GFp_simple_group_init(EC_GROUP *group) argument
100 group->field = BN_new();
101 group->a = BN_new();
102 group->b = BN_new();
103 if (group->field == NULL || group->a == NULL || group->b == NULL) {
104 BN_free(group->field);
105 BN_free(group->a);
106 BN_free(group
113 ossl_ec_GFp_simple_group_finish(EC_GROUP *group) argument
120 ossl_ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
141 ossl_ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
200 ossl_ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
245 ossl_ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
250 ossl_ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
367 ossl_ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
375 ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
435 ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
484 ossl_ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
501 ossl_ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
613 ossl_ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
798 ossl_ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
940 ossl_ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
950 ossl_ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
956 ossl_ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1059 ossl_ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1167 ossl_ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1206 ossl_ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1365 ossl_ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1371 ossl_ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
1383 ossl_ec_GFp_simple_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
1430 ossl_ec_GFp_simple_blind_coordinates(const EC_GROUP *group, EC_POINT *p, BN_CTX *ctx) argument
1493 ossl_ec_GFp_simple_ladder_pre(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
1563 ossl_ec_GFp_simple_ladder_step(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
1651 ossl_ec_GFp_simple_ladder_post(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
[all...]
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
27 if (group->meth->point_set_compressed_coordinates == NULL
28 && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) {
32 if (!ec_point_is_compat(point, group)) {
36 if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) {
37 if (group->meth->field_type == NID_X9_62_prime_field)
38 return ossl_ec_GFp_simple_set_compressed_coordinates(group, point, x,
47 return ossl_ec_GF2m_simple_set_compressed_coordinates(group, point,
51 return group->meth->point_set_compressed_coordinates(group, poin
56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
73 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
105 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
133 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) argument
[all...]
H A Decp_mont.c83 int ossl_ec_GFp_mont_group_init(EC_GROUP *group) argument
87 ok = ossl_ec_GFp_simple_group_init(group);
88 group->field_data1 = NULL;
89 group->field_data2 = NULL;
93 void ossl_ec_GFp_mont_group_finish(EC_GROUP *group) argument
95 BN_MONT_CTX_free(group->field_data1);
96 group->field_data1 = NULL;
97 BN_free(group->field_data2);
98 group->field_data2 = NULL;
99 ossl_ec_GFp_simple_group_finish(group);
102 ossl_ec_GFp_mont_group_clear_finish(EC_GROUP *group) argument
142 ossl_ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
196 ossl_ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
207 ossl_ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
223 ossl_ec_GFp_mont_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
267 ossl_ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
278 ossl_ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
289 ossl_ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
H A Dec_check.c19 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only, argument
25 if (group == NULL) {
38 nid = ossl_ec_curve_nid_from_params(group, ctx);
46 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
53 return EC_GROUP_check_named_curve(group, 1, ctx) >= 0 ? 1 : 0;
60 if (group == NULL || group->meth == NULL) {
66 if ((group->meth->flags & EC_FLAGS_CUSTOM_CURVE) != 0)
78 if (!EC_GROUP_check_discriminant(group, ctx)) {
84 if (group
[all...]
H A Dec_lib.c88 void EC_pre_comp_free(EC_GROUP *group) argument
90 switch (group->pre_comp_type) {
95 EC_nistz256_pre_comp_free(group->pre_comp.nistz256);
100 EC_nistp224_pre_comp_free(group->pre_comp.nistp224);
103 EC_nistp256_pre_comp_free(group->pre_comp.nistp256);
106 EC_nistp521_pre_comp_free(group->pre_comp.nistp521);
115 EC_ec_pre_comp_free(group->pre_comp.ec);
118 group->pre_comp.ec = NULL;
121 void EC_GROUP_free(EC_GROUP *group) argument
123 if (!group)
140 EC_GROUP_clear_free(EC_GROUP *group) argument
289 EC_GROUP_method_of(const EC_GROUP *group) argument
315 ec_guess_cofactor(EC_GROUP *group) argument
363 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
433 EC_GROUP_get0_generator(const EC_GROUP *group) argument
438 EC_GROUP_get_mont_data(const EC_GROUP *group) argument
443 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
453 EC_GROUP_get0_order(const EC_GROUP *group) argument
458 EC_GROUP_order_bits(const EC_GROUP *group) argument
463 EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
475 EC_GROUP_get0_cofactor(const EC_GROUP *group) argument
480 EC_GROUP_set_curve_name(EC_GROUP *group, int nid) argument
489 EC_GROUP_get_curve_name(const EC_GROUP *group) argument
494 EC_GROUP_get0_field(const EC_GROUP *group) argument
499 EC_GROUP_get_field_type(const EC_GROUP *group) argument
504 EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) argument
509 EC_GROUP_get_asn1_flag(const EC_GROUP *group) argument
514 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
520 EC_GROUP_get_point_conversion_form(const EC_GROUP *group) argument
526 EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) argument
545 EC_GROUP_get0_seed(const EC_GROUP *group) argument
550 EC_GROUP_get_seed_len(const EC_GROUP *group) argument
555 EC_GROUP_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
565 EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
576 EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
582 EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
589 EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
595 EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
603 EC_GROUP_get_degree(const EC_GROUP *group) argument
612 EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
715 EC_POINT_new(const EC_GROUP *group) argument
785 EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) argument
811 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
825 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
842 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
860 EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
883 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
891 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
900 EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
920 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
928 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
937 EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
952 EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
966 EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) argument
979 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
999 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1013 EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1028 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1041 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1067 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
1114 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
1155 EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
1167 EC_GROUP_have_precompute_mult(const EC_GROUP *group) argument
1185 ec_precompute_mont_data(EC_GROUP *group) argument
1226 ossl_ec_group_simple_order_bits(const EC_GROUP *group) argument
1233 ec_field_inverse_mod_ord(const EC_GROUP *group, BIGNUM *r, const BIGNUM *x, BN_CTX *ctx) argument
1294 ossl_ec_group_do_inverse_ord(const EC_GROUP *group, BIGNUM *res, const BIGNUM *x, BN_CTX *ctx) argument
1313 ossl_ec_point_blind_coordinates(const EC_GROUP *group, EC_POINT *p, BN_CTX *ctx) argument
1322 EC_GROUP_get_basis_type(const EC_GROUP *group) argument
1346 EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
1364 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
1401 ec_group_explicit_to_named(const EC_GROUP *group, OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *ctx) argument
1502 ossl_ec_group_set_params(EC_GROUP *group, const OSSL_PARAM params[]) argument
1541 EC_GROUP *group = NULL; local
[all...]
H A Dec2_smpl.c28 int ossl_ec_GF2m_simple_group_init(EC_GROUP *group) argument
30 group->field = BN_new();
31 group->a = BN_new();
32 group->b = BN_new();
34 if (group->field == NULL || group->a == NULL || group->b == NULL) {
35 BN_free(group->field);
36 BN_free(group->a);
37 BN_free(group
47 ossl_ec_GF2m_simple_group_finish(EC_GROUP *group) argument
58 ossl_ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
101 ossl_ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
141 ossl_ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
171 ossl_ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
180 ossl_ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
276 ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
288 ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
320 ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
356 ossl_ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
477 ossl_ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
483 ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
497 ossl_ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
508 ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
581 ossl_ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
632 ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
681 ossl_ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
695 ossl_ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
702 ossl_ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
709 ossl_ec_GF2m_simple_field_div(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
722 ec_GF2m_simple_ladder_pre(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
775 ec_GF2m_simple_ladder_step(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
805 ec_GF2m_simple_ladder_post(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
868 ec_GF2m_simple_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
929 ec_GF2m_simple_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
208 p2p_group_build_beacon_ie(struct p2p_group *group) argument
354 wifi_display_build_go_ie(struct p2p_group *group) argument
405 wifi_display_group_update(struct p2p_group *group) argument
414 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
436 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
443 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
482 p2p_group_update_ies(struct p2p_group *group) argument
572 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
602 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
646 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
690 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
759 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
776 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
801 p2p_group_notif_formation_done(struct p2p_group *group) argument
811 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
841 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
855 p2p_group_get_client_interface_addr(struct p2p_group *group, const u8 *dev_addr) argument
869 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
883 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
910 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
956 p2p_group_get_interface_addr(struct p2p_group *group) argument
962 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
1000 p2p_get_group_num_members(struct p2p_group *group) argument
1009 p2p_client_limit_reached(struct p2p_group *group) argument
1018 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1036 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1049 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1061 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1068 p2p_group_get_freq(struct p2p_group *group) argument
1074 p2p_group_get_config(struct p2p_group *group) argument
1080 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
1094 p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, unsigned int *num) argument
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_iofic.h71 * @param group the interrupt group.
76 int al_iofic_config(void __iomem *regs_base, int group,
80 * configure the moderation timer resolution for a given group
84 * @param group the interrupt group
91 int al_iofic_moder_res_config(void __iomem *regs_base, int group,
95 * configure the moderation timer interval for a given legacy interrupt group
98 * @param group the interrupt group
[all...]
H A Dal_hal_iofic.c51 int al_iofic_config(void __iomem *regs_base, int group, uint32_t flags) argument
56 al_assert(group < AL_IOFIC_MAX_GROUPS);
58 al_reg_write32(&regs->ctrl[group].int_control_grp, flags);
64 * configure the moderation timer resolution for a given group
66 int al_iofic_moder_res_config(void __iomem *regs_base, int group, argument
74 al_assert(group < AL_IOFIC_MAX_GROUPS);
76 reg = al_reg_read32(&regs->ctrl[group].int_control_grp);
81 al_reg_write32(&regs->ctrl[group].int_control_grp, reg);
87 * configure the moderation timer interval for a given legacy interrupt group
89 int al_iofic_legacy_moder_interval_config(void __iomem *regs_base, int group, argument
112 al_iofic_msix_moder_interval_config(void __iomem *regs_base, int group, uint8_t vector, uint8_t interval) argument
134 al_iofic_msix_tgtid_attributes_config(void __iomem *regs_base, int group, uint8_t vector, uint32_t tgtid, uint8_t tgtid_en) argument
159 al_iofic_unmask_offset_get(void __iomem *regs_base, int group) argument
173 al_iofic_unmask(void __iomem *regs_base, int group, uint32_t mask) argument
190 al_iofic_mask(void __iomem *regs_base, int group, uint32_t mask) argument
206 al_iofic_read_mask(void __iomem *regs_base, int group) argument
219 al_iofic_read_cause(void __iomem *regs_base, int group) argument
232 al_iofic_clear_cause(void __iomem *regs_base, int group, uint32_t mask) argument
246 al_iofic_set_cause(void __iomem *regs_base, int group, uint32_t mask) argument
260 al_iofic_abort_mask(void __iomem *regs_base, int group, uint32_t mask) argument
274 al_iofic_interrupt_moderation_reset(void __iomem *regs_base, int group) argument
[all...]
/freebsd-current/tools/regression/iscsi/
H A Dctl.conf1 auth-group meh {
5 portal-group meh {
7 discovery-auth-group no-authentication
11 auth-group no-authentication
12 portal-group meh
24 auth-group meh
25 portal-group meh
/freebsd-current/crypto/heimdal/lib/roken/
H A Dchown.c39 chown(const char *path, uid_t owner, gid_t group) argument
H A Dfchown.c39 fchown(int fd, uid_t owner, gid_t group) argument
/freebsd-current/contrib/blocklist/etc/
H A Dnpf.conf8 group "external" on $ext_if {
13 group default {
/freebsd-current/libexec/rc/rc.d/
H A Dsdpd20 group="${sdpd_groupname:-nobody}"
22 command_args="-c ${control} -g ${group} -u ${user}"

Completed in 389 milliseconds

1234567891011>>