Searched refs:group (Results 201 - 225 of 1439) sorted by relevance

1234567891011>>

/netbsd-current/share/examples/npf/
H A Dsoho_gw-npf.conf37 group "external" on $ext_if {
61 group "internal" on $int_if {
69 group default {
H A Dhost-npf.conf29 group "wired" on $wired_if {
37 group "wifi" on $wifi_if {
41 group default {
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth.c51 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);
268 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
274 wpa_auth->group->GMK, WPA_GMK_LEN);
287 struct wpa_group *group, *next; local
290 group
352 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
391 struct wpa_group *group; local
519 struct wpa_group *group = wpa_auth->group; local
538 struct wpa_group *group, *prev; local
577 struct wpa_group *group; local
841 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
1915 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3735 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3768 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3905 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3940 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3984 wpa_group_fatal_failure(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3994 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
4011 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
4092 struct wpa_group *group; local
4572 wpa_group_free(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
4594 wpa_group_get(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
4606 wpa_group_put(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
4627 struct wpa_group *group; local
4653 struct wpa_group *group; local
4693 struct wpa_group *group; local
4739 struct wpa_group *group; local
4848 struct wpa_group *group; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsm2_internal_test.c93 EC_GROUP *group = NULL; local
101 group = EC_GROUP_new_curve_GFp(p, a, b, NULL);
102 if (!TEST_ptr(group))
105 generator = EC_POINT_new(group);
111 || !TEST_true(EC_POINT_set_affine_coordinates(group, generator, g_x,
117 || !TEST_true(EC_GROUP_set_generator(group, generator, order, cof)))
131 EC_GROUP_free(group);
132 group = NULL;
135 return group;
138 static int test_sm2_crypt(const EC_GROUP *group, argument
303 test_sm2_sign(const EC_GROUP *group, const char *userid, const char *privkey_hex, const char *message, const char *k_hex, const char *r_hex, const char *s_hex) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsm2_internal_test.c89 EC_GROUP *group = NULL; local
97 group = EC_GROUP_new_curve_GFp(p, a, b, NULL);
98 if (!TEST_ptr(group))
101 generator = EC_POINT_new(group);
107 || !TEST_true(EC_POINT_set_affine_coordinates(group, generator, g_x,
113 || !TEST_true(EC_GROUP_set_generator(group, generator, order, cof)))
127 EC_GROUP_free(group);
128 group = NULL;
131 return group;
134 static int test_sm2_crypt(const EC_GROUP *group, argument
302 test_sm2_sign(const EC_GROUP *group, const char *userid, const char *privkey_hex, const char *message, const char *k_hex, const char *r_hex, const char *s_hex, int omit_pubkey) argument
[all...]
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Difdef.c24 struct group struct
27 int from, upto; /* start and limit lines for this group of lines */
30 static char *format_group PARAMS((int, char *, int, struct group const *));
33 static int groups_letter_value PARAMS((struct group const *, int));
36 static void print_ifdef_lines PARAMS((int, char *, struct group const *));
98 struct group groups[2];
120 struct group const *groups;
241 /* For the line group pair G, return the number corresponding to LETTER.
242 Return -1 if LETTER is not a group format letter. */
245 struct group cons
[all...]
/netbsd-current/usr.sbin/ypserv/revnetgroup/
H A Dparse_netgroup.c60 * - linelist is just used by setnetgrent() to parse the net group file via.
102 rng_setnetgrent(const char *group) argument
106 if (group == NULL || !strlen(group))
110 strcmp(group, grouphead.grname)) {
112 if (parse_netgrp(group))
115 grouphead.grname = strdup(group);
177 parse_netgrp(const char *group) argument
192 if (!strcmp(group, lp->l_groupname))
197 (lp = read_for_group(group))
291 read_for_group(const char *group) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dirpmarshall.h52 int irp_marshall_gr(const struct group *, char **, size_t *);
53 int irp_unmarshall_gr(struct group *, char *);
103 * gr_mem field in struct group) have their subparts separated by
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsafe_open.c11 /* VSTREAM *safe_open(path, flags, mode, st, user, group, why)
17 /* gid_t group;
35 /* .IP "user, group"
37 /* in order to disable user and/or group ownership change.
198 struct stat * st, uid_t user, gid_t group, VSTRING *why)
222 #define CHANGE_OWNER(user, group) (user != (uid_t) -1 || group != (gid_t) -1)
224 if (CHANGE_OWNER(user, group)
225 && fchown(vstream_fileno(fp), user, group) < 0) {
246 struct stat * st, uid_t user, gid_t group, VSTRIN
197 safe_open_create(const char *path, int flags, mode_t mode, struct stat * st, uid_t user, gid_t group, VSTRING *why) argument
245 safe_open(const char *path, int flags, mode_t mode, struct stat * st, uid_t user, gid_t group, VSTRING *why) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/fst/
H A Dfst_internal.h23 #define fst_printf_group(group, level, format, ...) \
25 fst_group_get_id(group), ##__VA_ARGS__)
/netbsd-current/sys/arch/arm/imx/
H A Dimxgpiovar.h82 #define GPIO_NO(group, pin) (((group) - 1) * GPIO_NPINS + (pin))
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsection4.d7 [ ]*\[.*\][ ]+\.group[ ]+GROUP.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Djli-1.d7 Disassembly of section .group:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-regs.h63 void show_registers (struct reggroup *group);
102 void show_register_group (struct reggroup *group,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched-bd.cc118 enum dispatch_group group; member in struct:sched_insn_info_s
157 /* Get dispatch group of insn. */
250 new_list->window[i].group = disp_no_group;
289 is_end_basic_block (enum dispatch_group group) argument
291 return group == disp_branch;
424 /* Return insn dispatch group. */
429 enum dispatch_group group = get_mem_group (insn); local
430 if (group)
431 return group;
454 enum dispatch_group group local
507 enum dispatch_group group = get_insn_group (insn); local
565 enum dispatch_group group = get_insn_group (insn); local
749 enum dispatch_group group; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-regs.h64 void show_registers (const reggroup *group);
103 void show_register_group (const reggroup *group,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decdsa_ossl.c41 const EC_GROUP *group; local
46 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL) {
74 if ((tmp_point = EC_POINT_new(group)) == NULL) {
78 order = EC_GROUP_get0_order(group);
107 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) {
112 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) {
124 if (!ec_group_do_inverse_ord(group, k, k, ctx)) {
162 const EC_GROUP *group; local
166 group = EC_KEY_get0_group(eckey);
169 if (group
325 const EC_GROUP *group; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_s390x_nistp.c47 static int ec_GFp_s390x_nistp_mul(const EC_GROUP *group, EC_POINT *r, argument
61 ctx = new_ctx = BN_CTX_new_ex(group->libctx);
84 point_ptr = EC_GROUP_get0_generator(group);
91 if (EC_POINT_is_at_infinity(group, point_ptr) == 1
93 rc = EC_POINT_set_to_infinity(group, r);
99 if (group->meth->point_get_affine_coordinates(group, point_ptr,
108 || group->meth->point_set_affine_coordinates(group, r,
118 rc = ossl_ec_wNAF_mul(group,
136 const EC_GROUP *group; local
232 const EC_GROUP *group; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3454.py52 ret[m.group(1)] = t
/netbsd-current/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture_internals.h26 const char * group,
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_pwd_common.h13 * definition of a finite cyclic group
18 struct crypto_ec *group; member in struct:group_definition_
70 struct crypto_ec_point * eap_pwd_get_element(EAP_PWD_group *group,
72 struct crypto_bignum * eap_pwd_get_scalar(EAP_PWD_group *group, const u8 *buf);
73 int eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand,
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dcosh.c79 MPFR_GROUP_DECL (group);
86 MPFR_GROUP_INIT_2 (group, Nt, t, te);
119 MPFR_GROUP_REPREC_2 (group, Nt, t, te);
122 MPFR_GROUP_CLEAR (group);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dfarcall-group.d1 #name: aarch64-farcall-group
2 #source: farcall-group.s
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dgroup-relocs-ldr-bad-2.s1 @ Test intended to fail for LDR group relocations.
H A Dgroup-relocs-ldrs-bad-2.s1 @ Test intended to fail for LDRS group relocations.

Completed in 411 milliseconds

1234567891011>>