Searched defs:group (Results 51 - 75 of 190) sorted by relevance

12345678

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c137 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
149 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
160 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
198 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
231 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
258 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
267 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
348 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
359 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
386 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
421 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
523 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
529 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
541 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
551 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
606 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
651 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
687 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
701 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
708 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
715 ec_GF2m_simple_field_div(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
[all...]
H A Dec_key.c464 EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) argument
[all...]
H A Dec_ameth.c70 const EC_GROUP *group; local
158 EC_GROUP *group; local
229 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
268 const EC_GROUP *group; local
375 const EC_GROUP *group; local
404 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
436 const EC_GROUP *group; local
[all...]
H A Dec_lcl.h243 EC_GROUP *group; member in struct:ec_key_st
[all...]
H A Dec_mult.c83 const EC_GROUP *group; /* parent EC_GROUP object */ member in struct:ec_pre_comp_st
98 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) argument
346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, argument
766 ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
935 ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_smpl.c138 int ec_GFp_simple_group_init(EC_GROUP *group) argument
148 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
156 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
231 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
288 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
394 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
402 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
462 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
515 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
529 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
644 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
808 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
925 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
935 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
941 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1032 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1143 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1182 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1330 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1336 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dectest.c196 static void group_order_tests(EC_GROUP *group) argument
278 EC_GROUP *group; local
822 EC_GROUP *group; local
1276 EC_GROUP *group = NULL; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ecdsa/
H A Decdsatest.c289 EC_GROUP *group; local
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost2001.c99 const EC_GROUP *group; local
188 const EC_GROUP *group = EC_KEY_get0_group(ec); local
278 const EC_GROUP *group = EC_KEY_get0_group(ec); local
324 const EC_GROUP *group = EC_KEY_get0_group(ec); local
[all...]
/freebsd-10.0-release/lib/libutil/
H A Dgr_util.c59 gr_init(const char *dir, const char *group) argument
[all...]
/freebsd-10.0-release/libexec/revnetgroup/
H A Dparse_netgroup.c99 __setnetgrent(char *group) argument
177 parse_netgrp(char *group) argument
287 read_for_group(char *group) argument
[all...]
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dimx51_ccm.c455 int field, group; local
/freebsd-10.0-release/sys/dev/hatm/
H A Dif_hatm_intr.c154 he_intr_tbrq(struct hatm_softc *sc, struct hetbrq *q, u_int group) argument
196 hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group) argument
309 he_intr_rbp(struct hatm_softc *sc, struct herbp *rbp, u_int large, u_int group) argument
416 hatm_rx_buffer(struct hatm_softc *sc, u_int group, u_int handle) argument
500 he_intr_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group) argument
[all...]
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_alloc.c62 nandfs_get_group_block_nr(struct nandfs_mdt *mdt, uint64_t group, argument
88 nandfs_daddr_t desc, group, maxgroup, maxdesc, pos = 0; local
227 nandfs_calc_idx_entry(struct nandfs_mdt* mdt, uint32_t entrynum, uint64_t *group, uint64_t *bitmap_idx, uint64_t *bitmap_off) argument
246 uint64_t group; local
285 uint64_t group; local
[all...]
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonacl.c283 nfsrv_buildace(struct nfsrv_descript *nd, u_char *name, int namelen, enum vtype type, int group, int owner, struct acl_entry *ace) argument
/freebsd-10.0-release/tools/tools/mctest/
H A Dmctest.cc96 int sink(char *interface, struct in_addr *group, int pkt_size, int number, argument
299 source(char *interface, struct in_addr *group, int pkt_size, int number, int gap, int clients, short base_port) argument
454 struct in_addr *group = NULL; ///< the multicast group address local
[all...]
/freebsd-10.0-release/usr.bin/id/
H A Did.c377 group(struct passwd *pw, int nflag) function
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-regs.c148 tui_show_registers (struct reggroup *group) argument
205 tui_show_register_group (struct gdbarch *gdbarch, struct reggroup *group, argument
550 struct reggroup *group local
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipfcomp.c1241 char *group; local
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntpd.c161 char *group = NULL; /* group to switch to */ variable
[all...]
/freebsd-10.0-release/contrib/pf/authpf/
H A Dauthpf.c529 struct group *group; local
[all...]
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Doptions.c276 char *group; local
[all...]
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dinsertion.h30 example, floatenv, flushleft, flushright, format, ftable, group, enumerator in enum:insertion_type
/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf.h132 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
134 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_srvr.c1181 const EC_GROUP *group; local

Completed in 283 milliseconds

12345678