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

12345678910

/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dstrtol.c264 int group; variable
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Difdef.c29 struct group struct
233 print_ifdef_lines(register FILE *out, char const *format, struct group const *group) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimx51_tzic.c170 const size_t group = irq_base / 32; local
182 const size_t group = irq_base / 32; local
193 find_pending_irqs(struct tzic_softc *tzic, size_t group) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/marvell/
H A Dmvsocgpp.c73 int group; member in struct:mvsocgpp_softc::mvsocgpp_pic
/netbsd-6-1-5-RELEASE/sys/arch/arm/mpcore/
H A Ddic.c180 size_t group = irq_base / 32; local
189 size_t group = irq_base / 32; local
210 int group; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dtok822_parse.c625 TOK822 *group; local
/netbsd-6-1-5-RELEASE/usr.sbin/iopctl/
H A Diopctl.c192 getparam(int tid, int group, void *pbuf, int pbufsize) argument
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_9p/
H A Dnineproto.c278 const char *owner, *group; local
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/revnetgroup/
H A Dparse_netgroup.c102 rng_setnetgrent(const char *group) argument
177 parse_netgrp(const char *group) argument
291 read_for_group(const char *group) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
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
765 ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
934 ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_smpl.c137 int ec_GFp_simple_group_init(EC_GROUP *group) argument
147 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
155 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
175 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
230 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
281 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
393 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
401 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
461 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
514 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
528 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
643 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
807 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
924 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
934 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
940 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1031 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1142 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1181 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1328 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1334 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
277 EC_GROUP *group; local
821 EC_GROUP *group; local
1275 EC_GROUP *group = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_srvr.c1169 const EC_GROUP *group; local
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipfcomp.c1235 char *group; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dlogging.c644 log_set_file_owner(log_channel chan, uid_t owner, gid_t group) { argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dreadsyms.cc452 const Input_file_group* group = this->input_argument_->group(); local
499 const Input_file_group* group = this->input_argument_->group(); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D920928-4.c43 uuid_t group; member in struct:sec_rgy_sid_t
48 signed32 group; member in struct:__anon5281
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D920928-4.c43 uuid_t group; member in struct:sec_rgy_sid_t
48 signed32 group; member in struct:__anon3637
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Di386-linux-tdep.c81 i386_linux_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dinsertion.h32 example, floatenv, flushleft, flushright, format, ftable, group, enumerator in enum:insertion_type
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Doptions.c297 char *group; local
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetnetgrent.c641 in_lookup(const char *group, const char *key, const char *domain, int map) argument

Completed in 491 milliseconds

12345678910