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

1234567891011

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h128 struct bufferevent_rate_limit_group *group; member in struct:bufferevent_rate_limit
[all...]
H A Dbufferevent_ratelim.c446 bev_group_random_element_(struct bufferevent_rate_limit_group *group) argument
[all...]
/freebsd-11-stable/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-11-stable/contrib/pf/authpf/
H A Dauthpf.c529 struct group *group; local
[all...]
/freebsd-11-stable/include/
H A Dprintf.h59 unsigned group; member in struct:printf_info
/freebsd-11-stable/sys/mips/idt/
H A Dobio.c336 int irq, thread, group, i; local
/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c653 recv_loop_with_match(int sock, sockunion_t *group, sockunion_t *source) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c128 ip_mgroup_pkey_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
149 ip_mgroup_rate_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
167 ip_mgroup_mtu_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
185 __create_mgrp(struct part_conf *conf, struct precreate_mgroup *group) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c61 static int groupSelected(const char* group) argument
71 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char * printableName, const char * group, const char * name, const char * file, int line) argument
/freebsd-11-stable/crypto/openssh/
H A Dkey.c242 key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public) argument
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ccm.c526 int field, group; local
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf.h131 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
133 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_smpl.c139 int ec_GFp_simple_group_init(EC_GROUP *group) argument
148 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
155 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
236 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
287 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
399 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
407 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
468 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
518 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
536 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
651 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
838 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
981 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
990 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
995 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1099 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1209 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1249 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1408 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1414 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec_mult.c83 const EC_GROUP *group; /* parent EC_GROUP object */ member in struct:ec_pre_comp_st
100 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) argument
340 static int ec_mul_consttime(const EC_GROUP *group, EC_POINT *r, argument
552 ec_wNAF_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
991 ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
1155 ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Dec_lcl.h267 EC_GROUP *group; member in struct:ec_key_st
[all...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.c567 int group; local
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c230 group(int argc, char *argv[]) function
/freebsd-11-stable/contrib/tcp_wrappers/
H A Doptions.c278 char *group; local
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c381 eap_pwd_get_element(EAP_PWD_group *group, const u8 *buf) argument
420 eap_pwd_get_scalar(EAP_PWD_group *group, const u8 *buf) argument
443 eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp272 CHECK_TYPE_SIZE(group); variable
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h83 int group = -1; variable
431 int group = get_proc_group(); variable
515 int group = -1; variable
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dsvn.c1938 apr_array_header_t *group = NULL; local
1956 apr_array_header_t *group; local
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c369 apr_array_header_t *group = NULL; local
/freebsd-11-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-11-stable/contrib/gcc/
H A Dprofile.c1064 basic_block group = bb, bb1; local

Completed in 189 milliseconds

1234567891011