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

12345

/barrelfish-2018-10-04/include/
H A Dgrp.h44 #define _PATH_GROUP "/etc/group"
56 struct group { struct
57 char *gr_name; /* group name */
58 char *gr_passwd; /* group password */
59 gid_t gr_gid; /* group id */
60 char **gr_mem; /* group members */
66 struct group *getgrent(void);
68 struct group *getgrgid(gid_t);
69 struct group *getgrnam(const char *);
74 struct group * (*)(cons
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVizFailed.java34 private String group; field in class:VizFailed
38 return "Failed Index "+index+" Group "+group+" Value "+value;
44 * @param group String
47 public VizFailed(String index,String group,int value){ argument
49 this.group = group;
54 return group;
H A DVizFocus.java36 private String group; field in class:VizFocus
40 return "Focus Index "+index+" Group "+group+" Type "+type;
46 * @param group String
49 public VizFocus(String index,String group,String type){ argument
51 this.group = group;
56 return group;
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dmld6.c80 static err_t mld6_remove_group(struct netif *netif, struct mld_group *group);
81 static void mld6_delayed_report(struct mld_group *group, u16_t maxresp);
82 static void mld6_send(struct netif *netif, struct mld_group *group, u8_t type);
93 struct mld_group *group = netif_mld6_data(netif); local
97 while (group != NULL) {
98 struct mld_group *next = group->next; /* avoid use-after-free below */
100 /* disable the group at the MAC level */
102 netif->mld_mac_filter(netif, &(group->group_address), NETIF_DEL_MAC_FILTER);
105 /* free group */
106 memp_free(MEMP_MLD6_GROUP, group);
122 struct mld_group *group = netif_mld6_data(netif); local
141 struct mld_group *group = netif_mld6_data(ifp); local
165 struct mld_group *group; local
189 mld6_remove_group(struct netif *netif, struct mld_group *group) argument
225 struct mld_group *group; local
339 struct mld_group *group; local
412 struct mld_group *group; local
462 struct mld_group *group = netif_mld6_data(netif); local
490 mld6_delayed_report(struct mld_group *group, u16_t maxresp) argument
525 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) argument
[all...]
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Digmp.c52 A query for a specific group address (as opposed to ALLHOSTS)
124 struct igmp_group *group = igmp_group_list; local
126 while (group != NULL) {
129 (u32_t) (group->group_state)));
130 ip_addr_debug_print(IGMP_DEBUG, &group->group_address);
131 LWIP_DEBUGF(IGMP_DEBUG, (" on if %p\n", group->interface));
132 group = group->next;
147 struct igmp_group *group; local
152 group
179 struct igmp_group *group = igmp_group_list; local
223 struct igmp_group *group = igmp_group_list; local
246 struct igmp_group *group = igmp_group_list; local
272 struct igmp_group *group = igmp_group_list; local
310 igmp_remove_group(struct igmp_group * group) argument
349 struct igmp_group *group; local
479 struct igmp_group *group; local
560 struct igmp_group *group; local
640 struct igmp_group *group = igmp_group_list; local
659 igmp_timeout(struct igmp_group *group) argument
679 igmp_start_timer(struct igmp_group *group, u8_t max_time) argument
692 igmp_stop_timer(struct igmp_group *group) argument
703 igmp_delaying_member(struct igmp_group *group, u8_t maxresp) argument
751 igmp_send(struct igmp_group *group, u8_t type) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmcg.c49 #define mcg_warn_group(group, format, arg...) \
51 (group)->name, group->demux->port, ## arg)
53 #define mcg_error_group(group, format, arg...) \
54 pr_err(" %16s: " format, (group)->name, ## arg)
130 struct mcast_group *group; member in struct:mcast_req
138 mcg_warn_group(group, "did not expect to reach zero\n"); \
160 struct mcast_group *group; local
164 group = rb_entry(node, struct mcast_group, node);
165 ret = memcmp(mgid->raw, group
177 mcast_insert(struct mlx4_ib_demux_ctx *ctx, struct mcast_group *group) argument
244 send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) argument
271 send_leave_to_wire(struct mcast_group *group, u8 join_state) argument
310 send_reply_to_slave(int slave, struct mcast_group *group, struct ib_sa_mad *req_sa_mad, u16 status) argument
429 release_group(struct mcast_group *group, int from_timeout_handler) argument
466 adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
475 get_leave_state(struct mcast_group *group) argument
487 join_group(struct mcast_group *group, int slave, u8 join_mask) argument
503 leave_group(struct mcast_group *group, int slave, u8 leave_state) argument
516 check_leave(struct mcast_group *group, int slave, u8 leave_mask) argument
534 struct mcast_group *group; local
576 handle_leave_req(struct mcast_group *group, u8 leave_mask, struct mcast_req *req) argument
597 handle_join_req(struct mcast_group *group, u8 join_mask, struct mcast_req *req) argument
636 struct mcast_group *group; local
742 struct mcast_group *group = NULL, *cur_group; local
809 struct mcast_group *group, *cur_group; local
867 struct mcast_group *group = req->group; local
884 struct mcast_group *group; local
933 struct mcast_group *group; local
988 struct mcast_group *group = local
1055 force_clean_group(struct mcast_group *group) argument
1072 struct mcast_group *group; local
1158 clear_pending_reqs(struct mcast_group *group, int vf) argument
1191 push_deleteing_req(struct mcast_group *group, int slave) argument
1224 struct mcast_group *group; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_lib.c123 void EC_GROUP_free(EC_GROUP *group) argument
125 if (!group) return;
127 if (group->meth->group_finish != 0)
128 group->meth->group_finish(group);
130 EC_EX_DATA_free_all_data(&group->extra_data);
132 if (group->generator != NULL)
133 EC_POINT_free(group->generator);
134 BN_free(&group->order);
135 BN_free(&group
144 EC_GROUP_clear_free(EC_GROUP *group) argument
272 EC_GROUP_method_of(const EC_GROUP *group) argument
284 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
313 EC_GROUP_get0_generator(const EC_GROUP *group) argument
319 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
328 EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
337 EC_GROUP_set_curve_name(EC_GROUP *group, int nid) argument
343 EC_GROUP_get_curve_name(const EC_GROUP *group) argument
349 EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) argument
355 EC_GROUP_get_asn1_flag(const EC_GROUP *group) argument
361 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
368 EC_GROUP_get_point_conversion_form(const EC_GROUP *group) argument
374 EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) argument
395 EC_GROUP_get0_seed(const EC_GROUP *group) argument
401 EC_GROUP_get_seed_len(const EC_GROUP *group) argument
407 EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
418 EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
429 EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
440 EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
451 EC_GROUP_get_degree(const EC_GROUP *group) argument
462 EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
693 EC_POINT_new(const EC_GROUP *group) argument
768 EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) argument
793 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
809 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
826 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
843 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
860 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
877 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
894 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
911 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
928 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
945 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
962 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
979 EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
995 EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1011 EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) argument
1027 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1043 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1059 EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1075 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1091 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1118 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
1128 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
1142 EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
1154 EC_GROUP_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_mont.c115 int ec_GFp_mont_group_init(EC_GROUP *group) argument
119 ok = ec_GFp_simple_group_init(group);
120 group->field_data1 = NULL;
121 group->field_data2 = NULL;
126 void ec_GFp_mont_group_finish(EC_GROUP *group) argument
128 if (group->field_data1 != NULL)
130 BN_MONT_CTX_free(group->field_data1);
131 group->field_data1 = NULL;
133 if (group->field_data2 != NULL)
135 BN_free(group
142 ec_GFp_mont_group_clear_finish(EC_GROUP *group) argument
197 ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
257 ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
269 ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
281 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
293 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
305 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
H A Dec2_mult.c82 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, BN_CTX *ctx) argument
92 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
93 if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
94 if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
95 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
96 if (!group
113 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
215 ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
315 ec_GF2m_simple_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
378 ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
383 ec_GF2m_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_smpl.c130 int ec_GFp_simple_group_init(EC_GROUP *group) argument
132 BN_init(&group->field);
133 BN_init(&group->a);
134 BN_init(&group->b);
135 group->a_is_minus3 = 0;
140 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
142 BN_free(&group->field);
143 BN_free(&group->a);
144 BN_free(&group->b);
148 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
168 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
223 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
274 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
280 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
386 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
394 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
454 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
507 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
521 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
766 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
892 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
1002 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1166 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1283 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1293 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1299 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1390 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1501 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1540 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1710 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1716 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
79 if (!EC_GROUP_check_discriminant(group, ctx))
86 if (group->generator == NULL)
91 if (!EC_POINT_is_on_curve(group, group->generator, ctx))
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
107 if (!EC_POINT_is_at_infinity(group, point))
H A Dec2_smpl.c127 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
129 BN_init(&group->field);
130 BN_init(&group->a);
131 BN_init(&group->b);
139 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
141 BN_free(&group->field);
142 BN_free(&group->a);
143 BN_free(&group->b);
150 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
152 BN_clear_free(&group
188 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
221 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
248 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
257 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
338 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
349 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
376 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
424 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
498 ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
630 ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
745 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
847 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
853 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
865 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
875 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
930 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
975 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1011 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1025 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1032 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
1039 ec_GF2m_simple_field_div(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
[all...]
H A Dectest.c119 static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
130 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
135 P = EC_POINT_new(group);
137 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
155 if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
202 EC_GROUP *group; local
224 group = EC_GROUP_new(EC_GFp_mont_method()); /* applications should use EC_GROUP_new_curve_GFp
226 if (!group) ABORT;
228 if (!EC_GROUP_set_curve_GFp(group,
813 EC_GROUP *group; local
1266 EC_GROUP *group = NULL; local
[all...]
H A Dec_print.c59 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, argument
68 buf_len = EC_POINT_point2oct(group, point, form,
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
89 EC_POINT *EC_POINT_bn2point(const EC_GROUP *group, argument
111 if ((ret = EC_POINT_new(group)) == NULL)
120 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx))
135 char *EC_POINT_point2hex(const EC_GROUP *group, argument
144 buf_len = EC_POINT_point2oct(group, point, form,
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
179 EC_POINT *EC_POINT_hex2point(const EC_GROUP *group, argument
[all...]
H A Dec.h176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
181 * \param group EC_GROUP object to be cleared and freed.
183 void EC_GROUP_clear_free(EC_GROUP *group);
200 * \param group EC_GROUP object
203 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
212 * \param group EC_GROUP object
214 * \param order the order of the group generated by the generator.
215 * \param cofactor the index of the sub-group generated by the generator
216 * in the group o
[all...]
H A Dec_key.c81 ret->group = NULL;
96 ret->group = EC_GROUP_new_by_curve_name(nid);
97 if (ret->group == NULL)
124 if (r->group != NULL)
125 EC_GROUP_free(r->group);
148 if (src->group)
150 const EC_METHOD *meth = EC_GROUP_method_of(src->group);
151 /* clear the old group */
152 if (dest->group)
153 EC_GROUP_free(dest->group);
379 EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) argument
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dgrp.c14 struct group *getgrgid(gid_t gid)
20 struct group *getgrnam(const char *name)
26 struct group *getgrent(void)
H A Dchmod.c27 int chown(const char *path, uid_t owner, gid_t group) argument
30 path, owner, group);
34 int fchown(int fd, uid_t owner, gid_t group) argument
37 fd, owner, group);
H A Dgetgroups.c27 int initgroups(const char *username, gid_t group) argument
29 POSIXCOMPAT_DEBUG("Warning: initgroups(%s, %d) ignored\n", username, group);
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Digmp.c55 A query for a specific group address (as opposed to ALLHOSTS)
100 static err_t igmp_remove_group(struct netif* netif, struct igmp_group *group);
101 static void igmp_timeout(struct netif *netif, struct igmp_group *group);
102 static void igmp_start_timer(struct igmp_group *group, u8_t max_time);
103 static void igmp_delaying_member(struct igmp_group *group, u8_t maxresp);
105 static void igmp_send(struct netif *netif, struct igmp_group *group, u8_t type);
130 struct igmp_group* group; local
134 group = igmp_lookup_group(netif, &allsystems);
136 if (group != NULL) {
137 group
162 struct igmp_group *group = netif_igmp_data(netif); local
194 struct igmp_group *group = netif_igmp_data(netif); local
220 struct igmp_group *group = netif_igmp_data(ifp); local
246 struct igmp_group *group; local
295 igmp_remove_group(struct netif* netif, struct igmp_group *group) argument
326 struct igmp_group* group; local
488 struct igmp_group *group; local
583 struct igmp_group *group; local
644 struct igmp_group *group = netif_igmp_data(netif); local
666 igmp_timeout(struct netif *netif, struct igmp_group *group) argument
691 igmp_start_timer(struct igmp_group *group, u8_t max_time) argument
712 igmp_delaying_member(struct igmp_group *group, u8_t maxresp) argument
757 igmp_send(struct netif *netif, struct igmp_group *group, u8_t type) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dmulticast.c116 struct mcast_group *group; member in struct:mcast_member
132 struct mcast_group *group; local
136 group = rb_entry(node, struct mcast_group, node);
137 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
139 return group;
150 struct mcast_group *group,
162 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
163 sizeof group->rec.mgid);
173 rb_link_node(&group->node, parent, link);
174 rb_insert_color(&group
149 mcast_insert(struct mcast_port *port, struct mcast_group *group, int allow_duplicates) argument
184 release_group(struct mcast_group *group) argument
207 struct mcast_group *group = member->group; local
226 adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
241 get_leave_state(struct mcast_group *group) argument
300 send_join(struct mcast_group *group, struct mcast_member *member) argument
319 send_leave(struct mcast_group *group, u8 leave_state) argument
343 join_group(struct mcast_group *group, struct mcast_member *member, u8 join_state) argument
354 fail_join(struct mcast_group *group, struct mcast_member *member, int status) argument
363 process_group_error(struct mcast_group *group) argument
404 struct mcast_group *group; local
469 process_join_error(struct mcast_group *group, int status) argument
492 struct mcast_group *group = context; local
518 struct mcast_group *group = context; local
530 struct mcast_group *group, *cur_group; local
635 struct mcast_group *group; local
668 struct mcast_group *group; local
722 struct mcast_group *group; local
[all...]
H A Dnotice.c109 struct inform_group *group; member in struct:inform_member
130 struct inform_group *group; local
133 group = rb_entry(node, struct inform_group, node);
134 if (trap_number < group->trap_number)
136 else if (trap_number > group->trap_number)
139 return group;
145 struct inform_group *group)
154 if (group->trap_number < cur_group->trap_number)
156 else if (group->trap_number > cur_group->trap_number)
161 rb_link_node(&group
144 inform_insert(struct inform_port *port, struct inform_group *group) argument
172 release_group(struct inform_group *group) argument
195 struct inform_group *group = member->group; local
208 send_reg(struct inform_group *group, struct inform_member *member) argument
235 send_unreg(struct inform_group *group) argument
261 join_group(struct inform_group *group, struct inform_member *member) argument
268 fail_join(struct inform_group *group, struct inform_member *member, int status) argument
277 process_group_error(struct inform_group *group) argument
309 process_notice(struct inform_group *group, struct inform_notice *info_notice) argument
339 struct inform_group *group; local
408 process_join_error(struct inform_group *group, int status) argument
430 struct inform_group *group = context; local
442 struct inform_group *group = context; local
452 struct inform_group *group; local
496 struct inform_group *group, *cur_group; local
595 struct inform_group *group; local
625 struct inform_group *group; local
[all...]
/barrelfish-2018-10-04/lib/libc/tests/nss/
H A Dgetgr_test.c54 DECLARE_TEST_DATA(group)
55 DECLARE_TEST_FILE_SNAPSHOT(group)
56 DECLARE_1PASS_TEST(group)
57 DECLARE_2PASS_TEST(group)
59 static void clone_group(struct group *, struct group const *);
60 static int compare_group(struct group *, struct group *, void *);
61 static void dump_group(struct group *);
62 static void free_group(struct group *);
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dectest.c119 static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
130 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
135 P = EC_POINT_new(group);
137 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
155 if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
202 EC_GROUP *group; local
224 group = EC_GROUP_new(EC_GFp_mont_method()); /* applications should use EC_GROUP_new_curve_GFp
226 if (!group) ABORT;
228 if (!EC_GROUP_set_curve_GFp(group,
813 EC_GROUP *group; local
1266 EC_GROUP *group = NULL; local
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dec.h176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
181 * \param group EC_GROUP object to be cleared and freed.
183 void EC_GROUP_clear_free(EC_GROUP *group);
200 * \param group EC_GROUP object
203 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
212 * \param group EC_GROUP object
214 * \param order the order of the group generated by the generator.
215 * \param cofactor the index of the sub-group generated by the generator
216 * in the group o
[all...]

Completed in 228 milliseconds

12345