Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 246) sorted by relevance

12345678910

/onnv-gate/usr/src/lib/libbc/inc/5include/
H A Dgrp.h37 struct group { /* see getgrent(3) */ struct
51 struct group *getgrent(); argument
/onnv-gate/usr/src/common/openssl/crypto/ec/
H A Dec_lib.c123 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free()
144 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free()
272 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) in EC_GROUP_method_of()
284 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const B… in EC_GROUP_set_generator()
313 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator()
319 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order()
328 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) in EC_GROUP_get_cofactor()
337 void EC_GROUP_set_curve_name(EC_GROUP *group, int nid) in EC_GROUP_set_curve_name()
343 int EC_GROUP_get_curve_name(const EC_GROUP *group) in EC_GROUP_get_curve_name()
349 void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) in EC_GROUP_set_asn1_flag()
[all …]
H A Decp_mont.c115 int ec_GFp_mont_group_init(EC_GROUP *group) in ec_GFp_mont_group_init()
126 void ec_GFp_mont_group_finish(EC_GROUP *group) in ec_GFp_mont_group_finish()
142 void ec_GFp_mont_group_clear_finish(EC_GROUP *group) in ec_GFp_mont_group_clear_finish()
197 int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b,… in ec_GFp_mont_group_set_curve()
257 int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CT… in ec_GFp_mont_field_mul()
269 int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in ec_GFp_mont_field_sqr()
281 int ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in ec_GFp_mont_field_encode()
293 int ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in ec_GFp_mont_field_decode()
305 int ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) in ec_GFp_mont_field_set_to_one()
H A Dec2_smpl.c127 int ec_GF2m_simple_group_init(EC_GROUP *group) in ec_GF2m_simple_group_init()
139 void ec_GF2m_simple_group_finish(EC_GROUP *group) in ec_GF2m_simple_group_finish()
150 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) in ec_GF2m_simple_group_clear_finish()
186 int ec_GF2m_simple_group_set_curve(EC_GROUP *group, in ec_GF2m_simple_group_set_curve()
219 int ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *… in ec_GF2m_simple_group_get_curve()
246 int ec_GF2m_simple_group_get_degree(const EC_GROUP *group) in ec_GF2m_simple_group_get_degree()
255 int ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) in ec_GF2m_simple_group_check_discriminant()
335 int ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in ec_GF2m_simple_point_set_to_infinity()
346 int ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in ec_GF2m_simple_point_set_affine_coordinates()
373 int ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, in ec_GF2m_simple_point_get_affine_coordinates()
[all …]
H A Decp_smpl.c130 int ec_GFp_simple_group_init(EC_GROUP *group) in ec_GFp_simple_group_init()
140 void ec_GFp_simple_group_finish(EC_GROUP *group) in ec_GFp_simple_group_finish()
148 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) in ec_GFp_simple_group_clear_finish()
168 int ec_GFp_simple_group_set_curve(EC_GROUP *group, in ec_GFp_simple_group_set_curve()
223 int ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *c… in ec_GFp_simple_group_get_curve()
274 int ec_GFp_simple_group_get_degree(const EC_GROUP *group) in ec_GFp_simple_group_get_degree()
280 int ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) in ec_GFp_simple_group_check_discriminant()
385 int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in ec_GFp_simple_point_set_to_infinity()
393 int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in ec_GFp_simple_set_Jprojective_coordinates_GFp()
453 int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, in ec_GFp_simple_get_Jprojective_coordinates_GFp()
[all …]
H A Dec2_mult.c82 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, BN_CTX *ctx) in gf2m_Mdouble()
113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, in gf2m_Madd()
150 static int gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, in gf2m_Mxy()
215 static int ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scal… in ec_GF2m_montgomery_point_multiply()
314 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ec_GF2m_simple_mul()
372 int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in ec_GF2m_precompute_mult()
377 int ec_GF2m_have_precompute_mult(const EC_GROUP *group) in ec_GF2m_have_precompute_mult()
H A Dec_print.c59 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, in EC_POINT_point2bn()
89 EC_POINT *EC_POINT_bn2point(const EC_GROUP *group, in EC_POINT_bn2point()
135 char *EC_POINT_point2hex(const EC_GROUP *group, in EC_POINT_point2hex()
179 EC_POINT *EC_POINT_hex2point(const EC_GROUP *group, in EC_POINT_hex2point()
/onnv-gate/usr/src/lib/libbc/inc/include/
H A Dgrp.h29 struct group { /* see getgrent(3) */ struct
37 struct group *getgrent(); argument
/onnv-gate/usr/src/uts/common/sys/
H A Dgroup.h46 typedef struct group { struct
48 uint_t grp_capacity; /* current group capacity */ argument
56 * Return the number of elements in the group argument
/onnv-gate/usr/src/common/crypto/ecc/
H A Decl.c63 ECGroup *group; in ECGroup_new() local
106 ECGroup *group = NULL; in ECGroup_consGFp() local
147 ECGroup *group = NULL; in ECGroup_consGFp_mont() local
192 ECGroup *group = NULL; in ECGroup_consGF2m() local
234 ECGroup *group = NULL; in ecgroup_fromNameAndHex() local
395 ECGroup *group = NULL; in ECGroup_fromName() local
422 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const in ECPoint_validate()
438 ECGroup_free(ECGroup *group) in ECGroup_free()
H A Decp_aff.c87 const ECGroup *group) in ec_GFp_pt_add_aff()
173 const ECGroup *group) in ec_GFp_pt_sub_aff()
193 mp_int *ry, const ECGroup *group) in ec_GFp_pt_dbl_aff()
206 mp_int *rx, mp_int *ry, const ECGroup *group) in ec_GFp_pt_mul_aff()
298 ec_GFp_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group) in ec_GFp_validate_point()
H A Dec2_aff.c81 const ECGroup *group) in ec_GF2m_pt_add_aff()
163 const ECGroup *group) in ec_GF2m_pt_sub_aff()
182 mp_int *ry, const ECGroup *group) in ec_GF2m_pt_dbl_aff()
193 mp_int *rx, mp_int *ry, const ECGroup *group) in ec_GF2m_pt_mul_aff()
285 ec_GF2m_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group) in ec_GF2m_validate_point()
H A Dec2_mont.c62 gf2m_Mdouble(mp_int *x, mp_int *z, const ECGroup *group, int kmflag) in gf2m_Mdouble()
90 const ECGroup *group, int kmflag) in gf2m_Madd()
122 mp_int *x2, mp_int *z2, const ECGroup *group) in gf2m_Mxy()
196 mp_int *rx, mp_int *ry, const ECGroup *group) in ec_GF2m_pt_mul_mont()
/onnv-gate/usr/src/head/
H A Dgrp.h48 struct group { /* see getgrent(3C) */ struct
57 extern struct group *getgrgid(gid_t); /* MT-unsafe */ argument
/onnv-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c99 char *group; local
131 char *group; in nextgroup() local
182 storegroup(char *group, struct grouplist *glist, int byuser) in storegroup()
209 newentry(char *name, char *group) in newentry()
226 appendgroup(groupentrylist grlist, char *group) in appendgroup()
242 enter(char *name, char *group) in enter()
273 char *group; in loadtable() local
/onnv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c308 nxge_grp_t *group; in nxge_grp_add() local
352 nxge_grp_t *group) /* The group to remove. */ in nxge_grp_remove()
424 nxge_grp_t *group, /* The group to add <channel> to. */ in nxge_grp_dc_add()
552 nxge_grp_t *group; in nxge_grp_dc_remove() local
658 nxge_grp_t *group, in nxge_grp_dc_append()
702 nxge_grp_t *group, in nxge_grp_dc_unlink()
767 nxge_grp_t *group) in nxge_grp_dc_map()
1089 nxge_rdc_grp_t *group; in nxge_hio_group_mac_add() local
1148 nxge_ring_group_t *group = (nxge_ring_group_t *)arg; in nxge_hio_add_mac() local
1206 nxge_ring_group_t *group = (nxge_ring_group_t *)arg; in nxge_hio_rem_mac() local
[all …]
H A Dnxge_intr.c76 nxge_ldg_t *group; /* The logical device group data. */ in nxge_intr_add() local
166 nxge_ldg_t *group; /* The logical device group data. */ in nxge_intr_remove() local
323 nxge_ldg_t *group; /* The logical device group data. */ in nxge_hio_intr_add() local
424 nxge_ldg_t *group; /* The logical device group data. */ in nxge_hio_intr_remove() local
700 nxge_grp_t *group; in nxge_hio_intr_uninit() local
910 nxge_ldg_t *group; in nxge_hio_ldsv_add() local
1065 nxge_ldg_t *group, in nxge_hio_ldsv_im()
1081 nxge_ldg_t *group) in nxge_hio_ldgimgn()
/onnv-gate/usr/src/lib/libshare/common/
H A Dlibshare.c314 sa_find_group_handle(sa_group_t group) in sa_find_group_handle()
457 checksubdirgroup(sa_group_t group, char *newpath, int strictness) in checksubdirgroup()
525 sa_group_t group; in checksubdir() local
604 sa_is_persistent(void *group) in sa_is_persistent()
663 is_zfs_group(sa_group_t group) in is_zfs_group()
1123 find_group_by_name(xmlNodePtr node, xmlChar *group) in find_group_by_name()
1157 char *group = NULL; in sa_get_group() local
1197 sa_get_next_group(sa_group_t group) in sa_get_next_group()
1216 sa_get_share(sa_group_t group, char *sharepath) in sa_get_share()
1299 find_share(sa_group_t group, char *sharepath) in find_share()
[all …]
/onnv-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c74 typedef struct group { struct
80 struct group *next; argument
472 group_t *group; in get_affected_clients() local
531 detect_client_change(rcm_handle_t *hdl, int cmd, int flags, group_t *group, in detect_client_change()
585 merge_clients(int *nclients, char ***clientsp, group_t *group) in merge_clients()
655 group_t *group; in refresh_regs() local
766 group_t *group; in build_groups() local
895 group_t *group = group_list; in free_grouplist() local
911 free_group(group_t *group) in free_group()
/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgroup.c44 group(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in group() function
46 group_t group; in group() local
105 group_t group; in group_walk_init() local
/onnv-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c67 has_protocol(sa_group_t group, char *protocol) in has_protocol()
458 sa_group_t group; in notify_or_enable_share() local
533 enable_group(sa_group_t group, char *updateproto, int notify, char *proto) in enable_group()
557 isenabled(sa_group_t group) in isenabled()
591 sa_group_t group; in enable_all_groups() local
818 add_optionset(sa_group_t group, struct options *optlist, char *proto, int *err) in add_optionset()
907 resource_compliant(sa_group_t group) in resource_compliant()
1018 make_resources(sa_group_t group) in make_resources()
1061 check_valid_group(sa_group_t group, char *groupname, char *protocol) in check_valid_group()
1096 enforce_featureset(sa_group_t group, char *protocol, boolean_t dryrun, in enforce_featureset()
[all …]
/onnv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c58 _rdc_rsrv_diskq(rdc_group_t *group) in _rdc_rsrv_diskq()
80 _rdc_rlse_diskq(rdc_group_t *group) in _rdc_rlse_diskq()
351 rdc_group_t *group = krdc->group; in rdc_fail_diskq() local
545 rdc_group_t *group = krdc->group; in rdc_unfail_diskq() local
642 rdc_group_t *group; in rdc_stop_diskq_flusher() local
682 rdc_group_t *group; in rdc_enable_diskq() local
721 rdc_group_t *group; in rdc_resume_diskq() local
961 rdc_group_t *group = krdc->group; in rdc_qfill_shldwakeup() local
1021 rdc_group_t *group; in rdc_diskq_enqueue() local
1359 rdc_add_iohdr(io_hdr *header, rdc_group_t *group) in rdc_add_iohdr()
[all …]
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DDesignerAccess.java60 public static ContainerShadow getContainer(Group group) { in getContainer()
64 public static PanelShadow getPanel(Group group) { in getPanel()
68 public static WindowShadow getWindow(Group group) { in getWindow()
72 public static void internalShowGroup(Group group) { in internalShowGroup()
76 public static void internalHideGroup(Group group) { in internalHideGroup()
80 public static boolean doingShow(Group group) { in doingShow()
84 public static void preValidate(Group group) { in preValidate()
/onnv-gate/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c41 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, in getsourcefilter()
101 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, in setsourcefilter()
158 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter()
197 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter()
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiMain.java65 Group group = new KdcGui(); in main() local
76 Group group = new KdcGui(); in init() local

12345678910