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

123456789

/freebsd-10-stable/usr.bin/getent/
H A Dgetent.c228 group(int argc, char *argv[]) function
/freebsd-10-stable/crypto/openssl/crypto/conf/
H A Dconf.h131 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
133 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c71 const EC_GROUP *group; local
151 EC_GROUP *group; local
217 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
254 const EC_GROUP *group; local
357 const EC_GROUP *group; local
384 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
416 const EC_GROUP *group; local
[all...]
H A Dec_mult.c79 const EC_GROUP *group; /* parent EC_GROUP object */ member in struct:ec_pre_comp_st
96 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) argument
330 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, argument
741 ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
905 ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_smpl.c139 int ec_GFp_simple_group_init(EC_GROUP *group) argument
148 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
155 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
176 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
236 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
282 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
287 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
399 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
407 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
468 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
518 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
536 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
651 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
838 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
981 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
990 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
995 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1099 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1209 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1249 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1408 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1414 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec_lcl.h259 EC_GROUP *group; member in struct:ec_key_st
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h128 struct bufferevent_rate_limit_group *group; member in struct:bufferevent_rate_limit
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c121 testcase_run_forked_(const struct testgroup_t *group, argument
223 testcase_run_one(const struct testgroup_t *group, argument
/freebsd-10-stable/lib/libc/gen/
H A Dgetnetgrent.c152 setnetgrent(const char *group) argument
274 _listmatch(const char *list, const char *group, int len) argument
298 _revnetgr_lookup(char* lookupdom, char* map, const char* str, const char* dom, const char* group) argument
348 innetgr(const char *group, const char *host, const char *user, const char *dom) argument
416 parse_netgrp(const char *group) argument
535 read_for_group(const char *group) argument
[all...]
/freebsd-10-stable/contrib/tcp_wrappers/
H A Doptions.c278 char *group; local
[all...]
/freebsd-10-stable/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-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_flow_table.c46 struct mlx5_ftg *group; member in struct:mlx5_flow_table
359 mlx5_create_flow_table(struct mlx5_core_dev *dev, u8 level, u8 table_type, u16 vport, u16 num_groups, struct mlx5_flow_table_group *group) argument
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dkey.c242 key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public) argument
/freebsd-10-stable/bin/ls/
H A Dls.c586 const char *user, *group; local
/freebsd-10-stable/contrib/apr/include/
H A Dapr_file_info.h190 apr_gid_t group; member in struct:apr_finfo_t
/freebsd-10-stable/contrib/gcc/
H A Dprofile.c1064 basic_block group = bb, bb1; local
H A Dtree-ssa-loop-prefetch.c196 struct mem_ref_group *group; /* The group of references it belongs to. */ member in struct:mem_ref
236 struct mem_ref_group *group; local
263 record_ref(struct mem_ref_group *group, tree stmt, tree mem, HOST_WIDE_INT delta, bool write_p) argument
687 prune_group_by_reuse(struct mem_ref_group *group) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h319 __itt_group_id group; member in struct:___itt_api_info_20101001
328 __itt_group_id group; member in struct:___itt_api_info
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp984 OptionGroupOptions::Append (OptionGroup* group) argument
1008 OptionGroupOptions::Append (OptionGroup* group, argument
1063 OptionGroup* group local
1079 OptionGroup* group = pos->option_group; local
[all...]
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dibnetdiscover.c504 out_ids(Node *node, int group, char *chname) argument
534 out_switch(Node *node, int group, char *chname) argument
568 out_ca(Node *node, int group, char *chname) argument
603 out_ext_port(Port *port, int group) argument
616 out_switch_port(Port *port, int group) argument
655 out_ca_port(Port *port, int group) argument
686 dump_topology(int listtype, int group) argument
941 int group = 0; local
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-pgm.c376 const void *source, *group; local
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Dikev2.c383 u16 group; local
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Dikev2.c366 u16 group; local
/freebsd-10-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c48 struct p2p_group *group, **groups; local
83 p2p_group_free_members(struct p2p_group *group) argument
97 p2p_group_deinit(struct p2p_group *group) argument
136 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
172 p2p_group_build_beacon_ie(struct p2p_group *group) argument
309 wifi_display_build_go_ie(struct p2p_group *group) argument
358 wifi_display_group_update(struct p2p_group *group) argument
367 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
412 p2p_group_update_ies(struct p2p_group *group) argument
502 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
532 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
574 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
609 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
678 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
695 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
720 p2p_group_notif_formation_done(struct p2p_group *group) argument
730 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
760 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
774 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
788 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
815 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
863 p2p_group_get_interface_addr(struct p2p_group *group) argument
869 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
907 p2p_get_group_num_members(struct p2p_group *group) argument
913 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
931 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
944 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
[all...]
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c734 uint32_t rd, group; local

Completed in 337 milliseconds

123456789