Searched defs:group (Results 101 - 125 of 205) sorted by relevance

123456789

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_curve.c2469 EC_GROUP *group = NULL; local
[all...]
H A Dec_lib.c117 void EC_GROUP_free(EC_GROUP *group) argument
138 EC_GROUP_clear_free(EC_GROUP *group) argument
260 EC_GROUP_method_of(const EC_GROUP *group) argument
270 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
301 EC_GROUP_get0_generator(const EC_GROUP *group) argument
306 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
314 EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
323 EC_GROUP_set_curve_name(EC_GROUP *group, int nid) argument
328 EC_GROUP_get_curve_name(const EC_GROUP *group) argument
333 EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) argument
338 EC_GROUP_get_asn1_flag(const EC_GROUP *group) argument
343 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
349 EC_GROUP_get_point_conversion_form(const EC_GROUP *group) argument
355 EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) argument
374 EC_GROUP_get0_seed(const EC_GROUP *group) argument
379 EC_GROUP_get_seed_len(const EC_GROUP *group) argument
384 EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
394 EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
405 EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
416 EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
428 EC_GROUP_get_degree(const EC_GROUP *group) argument
437 EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
666 EC_POINT_new(const EC_GROUP *group) argument
733 EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) argument
757 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
771 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
790 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
809 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
827 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
845 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
863 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
881 EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
896 EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
910 EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) argument
923 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
944 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
958 EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
972 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
985 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1009 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
1020 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
1036 EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
1048 EC_GROUP_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Dec_asn1.c65 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
107 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
311 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
431 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
542 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
645 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
971 EC_GROUP *group = NULL; local
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c446 bev_group_random_element_(struct bufferevent_rate_limit_group *group) argument
[all...]
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c332 bit8 group; local
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c107 struct bufferevent_rate_limit_group *group = NULL; variable in typeref:struct:bufferevent_rate_limit_group
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_sg.c1013 int group; local
/freebsd-10-stable/usr.bin/mail/
H A Ddef.h207 struct group { struct
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c160 authz_group_contains_user(svn_config_t *cfg, const char *group, const char *user, apr_pool_t *pool) argument
488 authz_group_walk(svn_config_t *cfg, const char *group, apr_hash_t *checked_groups, apr_pool_t *pool) argument
610 const char *group = &match[1]; local
692 authz_validate_group(const char *group, const char *value, void *baton, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntpd.c185 char *group; /* group to switch to */ variable
[all...]
/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Dindex.c982 const index_group *group = iter->internal[ITER_GROUP].p; local
1111 const index_group *group = NULL; local
1224 const index_group *group = index_tree_locate(&stream->groups, target); local
[all...]
/freebsd-10-stable/sys/kern/
H A Dsubr_smp.c548 static struct cpu_group group[MAXCPU]; variable in typeref:struct:cpu_group
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c118 struct mcast_group *group; member in struct:mcast_member
134 struct mcast_group *group; local
151 mcast_insert(struct mcast_port *port, struct mcast_group *group, int allow_duplicates) argument
186 release_group(struct mcast_group *group) argument
209 struct mcast_group *group = member->group; local
228 adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
243 get_leave_state(struct mcast_group *group) argument
302 send_join(struct mcast_group *group, struct mcast_member *member) argument
321 send_leave(struct mcast_group *group, u8 leave_state) argument
345 join_group(struct mcast_group *group, struct mcast_member *member, u8 join_state) argument
356 fail_join(struct mcast_group *group, struct mcast_member *member, int status) argument
365 process_group_error(struct mcast_group *group) argument
406 struct mcast_group *group; local
471 process_join_error(struct mcast_group *group, int status) argument
494 struct mcast_group *group = context; local
520 struct mcast_group *group = context; local
532 struct mcast_group *group, *cur_group; local
637 struct mcast_group *group; local
670 struct mcast_group *group; local
724 struct mcast_group *group; local
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Dbfd.c545 const char *group = NULL; local
/freebsd-10-stable/contrib/gcc/
H A Dbt-load.c88 btr_def_group group; member in struct:btr_def_s
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dalpha-tdep.c103 alpha_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
H A Dinfcmd.c1684 struct reggroup *group; local
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dkeys.c216 const EC_GROUP* group; local
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-icmp6.c845 u_int group, nsrcs, ngroups; local
[all...]
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2270 const char *group = pos; local
[all...]
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c78 char *group; member in struct:fileinfo
[all...]
/freebsd-10-stable/lib/libstand/
H A Dnandfs.c987 uint64_t group, group_offset, blocknr_in_group; local
/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm.c731 hatm_clear_irq(struct hatm_softc *sc, u_int group) argument
743 hatm_init_irq(struct hatm_softc *sc, struct heirq *q, u_int group) argument
1117 hatm_clear_rpool(struct hatm_softc *sc, u_int group, u_int large) argument
1129 hatm_init_rpool(struct hatm_softc *sc, struct herbp *q, u_int group, u_int large) argument
1157 hatm_clear_rbrq(struct hatm_softc *sc, u_int group) argument
1169 hatm_init_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group) argument
1195 hatm_clear_tbrq(struct hatm_softc *sc, u_int group) argument
1207 hatm_init_tbrq(struct hatm_softc *sc, struct hetbrq *tq, u_int group) argument
[all...]
/freebsd-10-stable/sys/fs/cd9660/
H A Diso.h195 u_char group [ISODCL (5, 8)]; /* 723 */ member in struct:iso_extended_attributes
/freebsd-10-stable/sys/fs/nandfs/
H A Dnandfs_subr.c359 uint64_t group, group_offset, blocknr_in_group; local
388 uint64_t group, group_offset, blocknr_in_group; local
[all...]

Completed in 210 milliseconds

123456789