Searched defs:group (Results 76 - 100 of 277) sorted by relevance

1234567891011>>

/freebsd-current/sys/fs/nfs/
H A Dnfs_commonacl.c285 nfsrv_buildace(struct nfsrv_descript *nd, u_char *name, int namelen, __enum_uint8(vtype) type, int group, int owner, struct acl_entry *ace) argument
/freebsd-current/tools/tools/mctest/
H A Dmctest.cc94 int sink(char *interface, struct in_addr *group, int pkt_size, int number, argument
297 source(char *interface, struct in_addr *group, int pkt_size, int number, int gap, int clients, short base_port) argument
452 struct in_addr *group = NULL; ///< the multicast group address local
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Deeprom.c229 enum mt76x2_cal_channel_group group; local
371 enum mt76x2_cal_channel_group group; local
/freebsd-current/libexec/revnetgroup/
H A Dparse_netgroup.c92 __setnetgrent(char *group) argument
170 parse_netgrp(char *group) argument
280 read_for_group(char *group) argument
[all...]
/freebsd-current/usr.bin/mail/
H A Dcmd3.c440 group(void *v) function
/freebsd-current/usr.bin/id/
H A Did.c368 group(struct passwd *pw, int nflag) function
/freebsd-current/lib/libutil/
H A Dgr_util.c58 gr_init(const char *dir, const char *group) argument
[all...]
/freebsd-current/crypto/openssl/test/
H A Dec_internal_test.c25 static int group_field_tests(const EC_GROUP *group, BN_CTX *ctx) argument
80 EC_GROUP *group = NULL; local
171 EC_GROUP *group = NULL; local
[all...]
H A Dsm2_internal_test.c89 EC_GROUP *group = NULL; local
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) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h82 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp111 const std::string &group = M.exclusiveGroup(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp233 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, argument
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_fixture.c61 static int groupSelected(const char* group) argument
71 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char * printableName, const char * group, const char * name, const char * file, int line) argument
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c128 ip_mgroup_pkey_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
149 ip_mgroup_rate_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
167 ip_mgroup_mtu_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
185 __create_mgrp(struct part_conf *conf, struct precreate_mgroup *group) argument
[all...]
/freebsd-current/sys/dev/mthca/
H A Dmthca_memfree.c567 int group; local
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c34 u16 group; member in struct:wpa_pasn_auth_work
262 wpas_pasn_sae_setup_pt(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int group) argument
993 wpas_pasn_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int freq, const u8 *beacon_rsne, u8 beacon_rsne_len, const u8 *beacon_rsnxe, u8 beacon_rsnxe_len, int network_id, struct wpabuf *comeback) argument
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dsae.h32 int group; member in struct:sae_pk
88 int group; member in struct:sae_pt
111 int group; member in struct:sae_data
H A Dsae_pk.c421 static size_t sae_group_2_hash_len(int group) argument
781 int group; local
703 sae_pk_valid_fingerprint(struct sae_data *sae, const u8 *m, size_t m_len, const u8 *k_ap, size_t k_ap_len, int group) argument
[all...]
H A Ddpp_reconfig.c222 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx, struct dpp_configurator *conf, unsigned int freq, u16 group, const u8 *a_nonce_attr, size_t a_nonce_len, const u8 *e_id_attr, size_t e_id_len) argument
/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c407 eap_pwd_get_element(EAP_PWD_group *group, const u8 *buf) argument
446 eap_pwd_get_scalar(EAP_PWD_group *group, const u8 *buf) argument
469 eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) argument
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c168 fchownat(int fd, const char *path, uid_t owner, gid_t group, int flag) argument
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_smpl.c98 int ossl_ec_GFp_simple_group_init(EC_GROUP *group) argument
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...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c194 testcase_run_forked_(const struct testgroup_t *group, argument
312 testcase_run_one(const struct testgroup_t *group, argument
525 struct testgroup_t *group = &groups[i]; local
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
/freebsd-current/include/
H A Dprintf.h59 unsigned group; member in struct:printf_info

Completed in 568 milliseconds

1234567891011>>