Searched refs:group (Results 26 - 50 of 423) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ofed/libibverbs/debian/
H A Dlibibverbs1.postinst10 getent group rdma > /dev/null 2>&1 || addgroup --system --quiet rdma
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpa-psk-tkip.conf10 group=TKIP
H A Dwpa2-eap-ccmp.conf10 group=CCMP
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_oct.c91 int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
117 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
120 if (!BN_GF2m_mod_sqrt_arr(y, &group->b, group->poly, ctx)) goto err;
124 if (!group->meth->field_sqr(group, tmp, x, ctx)) goto err;
125 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
126 if (!BN_GF2m_add(tmp, &group
165 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
297 ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
H A Dectest.c116 static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
127 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
128 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
132 P = EC_POINT_new(group);
134 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
152 if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
195 /* test multiplication with group order, long and negative scalars */
196 static void group_order_tests(EC_GROUP *group) argument
199 EC_POINT *P = EC_POINT_new(group);
200 EC_POINT *Q = EC_POINT_new(group);
278 EC_GROUP *group; local
822 EC_GROUP *group; local
1276 EC_GROUP *group = NULL; local
[all...]
H A Dec_key.c84 ret->group = NULL;
99 ret->group = EC_GROUP_new_by_curve_name(nid);
100 if (ret->group == NULL)
127 if (r->group != NULL)
128 EC_GROUP_free(r->group);
151 if (src->group)
153 const EC_METHOD *meth = EC_GROUP_method_of(src->group);
154 /* clear the old group */
155 if (dest->group)
156 EC_GROUP_free(dest->group);
464 EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) argument
[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 Decp_nist.c130 int ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, argument
144 group->field_mod_func = BN_nist_mod_192;
146 group->field_mod_func = BN_nist_mod_224;
148 group->field_mod_func = BN_nist_mod_256;
150 group->field_mod_func = BN_nist_mod_384;
152 group->field_mod_func = BN_nist_mod_521;
159 ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
169 int ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, argument
175 if (!group || !r || !a || !b)
184 if (!group
195 ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec.h195 * \param group EC_GROUP object to be freed.
197 void EC_GROUP_free(EC_GROUP *group);
200 * \param group EC_GROUP object to be cleared and freed.
202 void EC_GROUP_clear_free(EC_GROUP *group);
219 * \param group EC_GROUP object
222 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
231 * \param group EC_GROUP object
233 * \param order the order of the group generated by the generator.
234 * \param cofactor the index of the sub-group generated by the generator
235 * in the group o
[all...]
H A Dec_ameth.c70 const EC_GROUP *group; local
72 if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL)
77 if (EC_GROUP_get_asn1_flag(group)
78 && (nid = EC_GROUP_get_curve_name(group)))
158 EC_GROUP *group; local
168 group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(poid));
169 if (group == NULL)
171 EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE);
172 if (EC_KEY_set_group(eckey, group) == 0)
174 EC_GROUP_free(group);
229 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
268 const EC_GROUP *group; local
375 const EC_GROUP *group; local
404 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
436 const EC_GROUP *group; local
[all...]
/freebsd-10.0-release/contrib/ipfilter/rules/
H A DBASIC_1.FW25 block in log proto tcp all flags S/SA head 101 group 100
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
36 block in log quick from 127.0.0.0/8 to any group 100
37 block in log quick from any to 127.0.0.0/8 group 100
38 block in log quick from 127.0.0.0/8 to any group 200
39 block in log quick from any to 127.0.0.0/8 group 200
49 block in log quick from 10.0.0.0/8 to any group 100
50 block in log quick from 192.168.0.0/16 to any group 100
51 block in log quick from 172.16.0.0/12 to any group 10
[all...]
H A DBASIC_2.FW34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block in log quick from a.b.c.d/24 to any group 100
47 block in log quick from 127.0.0.0/8 to any group 100
48 block in log quick from any to 127.0.0.0/8 group 100
49 block in log quick from 127.0.0.0/8 to any group 200
50 block in log quick from any to 127.0.0.0/8 group 200
59 pass in log quick proto tcp all flags S/SA keep state group 200
65 pass in log quick proto icmp all keep state group 20
[all...]
/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dmain.c54 static int32_t drop_root (char const *user, char const *group);
69 char const *user = "nobody", *group = "nobody"; local
83 case 'g': /* group */
84 group = optarg;
130 if ((user != NULL || group != NULL) && drop_root(user, group) < 0)
149 drop_root(char const *user, char const *group) argument
176 if (group != NULL) {
177 gid = strtol(group, &ep, 10);
179 struct group *gr
[all...]
/freebsd-10.0-release/tools/tools/mcgrab/
H A Dmcgrab.cc64 cout << "mcgrab -i interface -g multicast group -n number of groups\n";
86 // @param group ///< multicast group
91 void grab(char *interface, struct in_addr *group, int number) { argument
99 if (group == NULL) {
100 group = &lgroup;
101 if (inet_pton(AF_INET, DEFAULT_GROUP, group) < 1)
124 mreq.imr_multiaddr.s_addr = group->s_addr;
139 group->s_addr = htonl(ntohl(group
161 struct in_addr *group = NULL; ///< the multicast group address local
[all...]
/freebsd-10.0-release/usr.sbin/chroot/
H A Dchroot.c62 struct group *gp;
64 char *endp, *p, *user, *group, *grouplist; local
73 user = group = grouplist = NULL;
82 group = optarg;
83 if (*group == '\0')
102 if (group != NULL) {
103 if (isdigit((unsigned char)*group)) {
104 gid = (gid_t)strtoul(group, &endp, 0);
109 if ((gp = getgrnam(group)) != NULL)
112 errx(1, "no such group `
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dwpa_auth.c38 struct wpa_group *group);
41 struct wpa_group *group);
43 struct wpa_group *group);
218 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
224 wpa_auth->group->GMK, WPA_GMK_LEN);
237 struct wpa_group *group; local
240 for (group = wpa_auth->group; group; group
282 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
315 struct wpa_group *group; local
428 struct wpa_group *group = wpa_auth->group; local
445 struct wpa_group *group, *prev; local
483 struct wpa_group *group; local
704 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
1565 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2341 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2373 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2508 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2543 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2567 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2582 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2661 struct wpa_group *group; local
2938 struct wpa_group *group; local
2958 struct wpa_group *group; local
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dkexecdhc.c54 const EC_GROUP *group; local
65 group = EC_KEY_get0_group(client_key);
68 packet_put_ecpoint(group, EC_KEY_get0_public_key(client_key));
93 if ((server_public = EC_POINT_new(group)) == NULL)
95 packet_get_ecpoint(group, server_public);
97 if (key_ec_validate_public(group, server_public) != 0)
102 key_dump_ec_point(group, server_public);
109 klen = (EC_GROUP_get_degree(group) + 7) / 8;
128 group,
/freebsd-10.0-release/usr.sbin/pw/
H A Dpwupd.h54 struct group * (*_getgrent)(void);
55 struct group * (*_getgrgid)(gid_t gid);
56 struct group * (*_getgrnam)(const char * nam);
79 #define _GROUP "group"
93 int addgrent(struct group * grp);
94 int delgrent(struct group * grp);
95 int chggrent(char const * name, struct group * grp);
107 struct group * vgetgrent(void);
108 struct group * vgetgrgid(gid_t gid);
109 struct group * vgetgrna
[all...]
/freebsd-10.0-release/usr.sbin/ctld/
H A Dtoken.l52 auth-group { return AUTH_GROUP; }
59 discovery-auth-group { return DISCOVERY_AUTH_GROUP; }
67 portal-group { return PORTAL_GROUP; }
/freebsd-10.0-release/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c116 const EC_GROUP* group; local
139 group = EC_KEY_get0_group(ecdh);
140 if ((tmp=EC_POINT_new(group)) == NULL)
146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
152 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
171 buflen = (EC_GROUP_get_degree(group) + 7)/8;
/freebsd-10.0-release/etc/
H A Dnscd.conf7 enable-cache group yes
H A Dnsswitch.conf5 group: compat
/freebsd-10.0-release/lib/libc/net/
H A Dnss_compat.c47 struct group;
80 DECLARE_TERMINATOR(group); variable
86 int (*fn)(const char *, struct group *, char *, size_t, int *);
88 struct group *grp;
96 grp = va_arg(ap, struct group *);
103 *(struct group **)retval = grp;
111 int (*fn)(gid_t, struct group *, char *, size_t, int *);
113 struct group *grp;
121 grp = va_arg(ap, struct group *);
128 *(struct group **)retva
[all...]
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c44 /* Each CPU is put into a group. In most cases, the group number is
45 * equal to the CPU number of one of the CPUs in the group. The
46 * exception is group NR_CPUS which is the default group. This is
50 /* For each group, a count of the number of CPUs in the group which
88 /* If other CPUs in this group are busy then let this
157 int group; local
166 group
178 int group; local
193 int group; local
[all...]
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_alloc.c62 nandfs_get_group_block_nr(struct nandfs_mdt *mdt, uint64_t group, argument
67 desc = group / mdt->groups_per_desc_block;
68 group_off = group % mdt->groups_per_desc_block;
88 nandfs_daddr_t desc, group, maxgroup, maxdesc, pos = 0; local
126 for (group = start_group; group < mdt->groups_per_desc_block;
127 group++) {
128 if (descriptors[group].bg_nfrees > 0) {
129 nandfs_get_group_block_nr(mdt, group,
157 pos += (group * md
227 nandfs_calc_idx_entry(struct nandfs_mdt* mdt, uint32_t entrynum, uint64_t *group, uint64_t *bitmap_idx, uint64_t *bitmap_off) argument
246 uint64_t group; local
285 uint64_t group; local
[all...]

Completed in 117 milliseconds

1234567891011>>