Searched defs:group (Results 26 - 50 of 252) sorted by relevance

1234567891011

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec2_oct.c92 int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, argument
173 ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
297 ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
H A Dec2_mult.c84 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, argument
125 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
173 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
263 ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
376 ec_GF2m_simple_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
455 ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
460 ec_GF2m_have_precompute_mult(const EC_GROUP *group) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp129 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, argument
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y183 group: IPM_GROUP '=' YY_NUMBER { $$ = new_opt(IPM_GROUP); label
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmisc.c173 const char *group = NULL; local
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c177 static int netgroup_match(char *group, char *machine, char *user) argument
197 struct group *group; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c177 static int netgroup_match(char *group, char *machine, char *user) argument
197 struct group *group; local
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dsourcefilter.c141 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
211 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
276 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
333 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_lib.c308 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
[all...]
/freebsd-11-stable/sys/dev/pst/
H A Dpst-iop.c337 iop_get_util_params(struct iop_softc *sc, int target, int operation, int group) argument
/freebsd-11-stable/crypto/openssl/apps/
H A Dec.c91 const EC_GROUP *group; local
/freebsd-11-stable/crypto/openssh/
H A Dsftp-common.c219 const char *user, *group; local
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst.c43 struct fst_group *group = NULL; local
92 struct fst_group *group = fst_iface_get_group(iface); local
117 struct fst_group *group; local
[all...]
H A Dfst_iface.h19 struct fst_group *group; member in struct:fst_iface
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c97 const EC_GROUP *group; local
258 const EC_GROUP *group; local
386 const EC_GROUP *group; local
[all...]
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost2001.c131 const EC_GROUP *group; local
264 const EC_GROUP *group = EC_KEY_get0_group(ec); local
383 const EC_GROUP *group = EC_KEY_get0_group(ec); local
437 const EC_GROUP *group = NULL; local
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddragonfly.c18 int dragonfly_suitable_group(int group, int ecc_only) argument
34 unsigned int dragonfly_min_pwe_loop_iter(int group) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h18 struct crypto_ec *group; member in struct:group_definition_
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h53 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSymbolELF *AssociatedSymbol) argument
H A DMCSectionWasm.h49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp126 char const *group = va_arg(args, char const *); local
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c152 netgroup_match(const char *group, const char *machine, const char *user) argument
181 struct group *group; local
[all...]
/freebsd-11-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-11-stable/contrib/diff/src/
H A Difdef.c27 struct group struct
237 print_ifdef_lines(register FILE *out, char const *format, struct group const *group) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dreggroups.c43 struct reggroup *group = XMALLOC (struct reggroup); local
52 reggroup_name (struct reggroup *group) argument
58 reggroup_type (struct reggroup *group) argument
67 struct reggroup *group; member in struct:reggroup_el
92 add_group(struct reggroups *groups, struct reggroup *group, struct reggroup_el *el) argument
103 reggroup_add(struct gdbarch *gdbarch, struct reggroup *group) argument
155 default_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
188 struct reggroup *group = NULL; local
[all...]

Completed in 171 milliseconds

1234567891011