Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/freebsd-14.2/crypto/openssl/crypto/ec/
H A Dec_lib.c89 void EC_pre_comp_free(EC_GROUP *group) in EC_pre_comp_free()
122 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free()
141 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free()
316 static int ec_guess_cofactor(EC_GROUP *group) { in ec_guess_cofactor()
459 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits()
490 int EC_GROUP_get_curve_name(const EC_GROUP *group) in EC_GROUP_get_curve_name()
500 int EC_GROUP_get_field_type(const EC_GROUP *group) in EC_GROUP_get_field_type()
510 int EC_GROUP_get_asn1_flag(const EC_GROUP *group) in EC_GROUP_get_asn1_flag()
604 int EC_GROUP_get_degree(const EC_GROUP *group) in EC_GROUP_get_degree()
716 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new()
[all …]
H A Dec2_smpl.c28 int ossl_ec_GF2m_simple_group_init(EC_GROUP *group) in ossl_ec_GF2m_simple_group_init()
47 void ossl_ec_GF2m_simple_group_finish(EC_GROUP *group) in ossl_ec_GF2m_simple_group_finish()
58 void ossl_ec_GF2m_simple_group_clear_finish(EC_GROUP *group) in ossl_ec_GF2m_simple_group_clear_finish()
101 int ossl_ec_GF2m_simple_group_set_curve(EC_GROUP *group, in ossl_ec_GF2m_simple_group_set_curve()
171 int ossl_ec_GF2m_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GF2m_simple_group_get_degree()
356 int ossl_ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, in ossl_ec_GF2m_simple_add()
477 int ossl_ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, in ossl_ec_GF2m_simple_dbl()
497 int ossl_ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, in ossl_ec_GF2m_simple_is_at_infinity()
722 int ec_GF2m_simple_ladder_pre(const EC_GROUP *group, in ec_GF2m_simple_ladder_pre()
775 int ec_GF2m_simple_ladder_step(const EC_GROUP *group, in ec_GF2m_simple_ladder_step()
[all …]
H A Decp_mont.c83 int ossl_ec_GFp_mont_group_init(EC_GROUP *group) in ossl_ec_GFp_mont_group_init()
93 void ossl_ec_GFp_mont_group_finish(EC_GROUP *group) in ossl_ec_GFp_mont_group_finish()
102 void ossl_ec_GFp_mont_group_clear_finish(EC_GROUP *group) in ossl_ec_GFp_mont_group_clear_finish()
142 int ossl_ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ossl_ec_GFp_mont_group_set_curve()
196 int ossl_ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_mul()
207 int ossl_ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_sqr()
223 int ossl_ec_GFp_mont_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_inv()
267 int ossl_ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_encode()
278 int ossl_ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_decode()
289 int ossl_ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_set_to_one()
H A Decp_smpl.c98 int ossl_ec_GFp_simple_group_init(EC_GROUP *group) in ossl_ec_GFp_simple_group_init()
113 void ossl_ec_GFp_simple_group_finish(EC_GROUP *group) in ossl_ec_GFp_simple_group_finish()
120 void ossl_ec_GFp_simple_group_clear_finish(EC_GROUP *group) in ossl_ec_GFp_simple_group_clear_finish()
141 int ossl_ec_GFp_simple_group_set_curve(EC_GROUP *group, in ossl_ec_GFp_simple_group_set_curve()
245 int ossl_ec_GFp_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GFp_simple_group_get_degree()
367 int ossl_ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, in ossl_ec_GFp_simple_point_set_to_infinity()
950 int ossl_ec_GFp_simple_is_at_infinity(const EC_GROUP *group, in ossl_ec_GFp_simple_is_at_infinity()
1383 int ossl_ec_GFp_simple_field_inv(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_simple_field_inv()
1493 int ossl_ec_GFp_simple_ladder_pre(const EC_GROUP *group, in ossl_ec_GFp_simple_ladder_pre()
1563 int ossl_ec_GFp_simple_ladder_step(const EC_GROUP *group, in ossl_ec_GFp_simple_ladder_step()
[all …]
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates()
56 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GFp()
64 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GF2m()
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct()
109 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
137 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
H A Dec_check.c19 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only, in EC_GROUP_check_named_curve()
46 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check()
H A Decp_nist.c92 int ossl_ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ossl_ec_GFp_nist_group_set_curve()
128 int ossl_ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_nist_field_mul()
153 int ossl_ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_nist_field_sqr()
H A Dec_deprecated.c21 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, in EC_POINT_point2bn()
41 EC_POINT *EC_POINT_bn2point(const EC_GROUP *group, in EC_POINT_bn2point()
H A Dec_mult.c38 const EC_GROUP *group; /* parent EC_GROUP object */ member
51 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) in ec_pre_comp_new()
145 int ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, in ossl_ec_scalar_mul_ladder()
410 int ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ossl_ec_wNAF_mul()
830 int ossl_ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in ossl_ec_wNAF_precompute_mult()
991 int ossl_ec_wNAF_have_precompute_mult(const EC_GROUP *group) in ossl_ec_wNAF_have_precompute_mult()
H A Decp_oct.c22 int ossl_ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, in ossl_ec_GFp_simple_set_compressed_coordinates()
159 size_t ossl_ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, in ossl_ec_GFp_simple_point2oct()
274 int ossl_ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GFp_simple_oct2point()
H A Dec2_oct.c39 int ossl_ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, in ossl_ec_GF2m_simple_set_compressed_coordinates()
125 size_t ossl_ec_GF2m_simple_point2oct(const EC_GROUP *group, in ossl_ec_GF2m_simple_point2oct()
256 int ossl_ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GF2m_simple_oct2point()
/freebsd-14.2/contrib/wpa/src/p2p/
H A Dp2p_group.c49 struct p2p_group *group, **groups; in p2p_group_init() local
84 static void p2p_group_free_members(struct p2p_group *group) in p2p_group_free_members()
98 void p2p_group_deinit(struct p2p_group *group) in p2p_group_deinit()
137 static void p2p_group_add_common_ies(struct p2p_group *group, in p2p_group_add_common_ies()
354 wifi_display_build_go_ie(struct p2p_group *group) in wifi_display_build_go_ie()
482 void p2p_group_update_ies(struct p2p_group *group) in p2p_group_update_ies()
870 struct p2p_group *group, const u8 *interface_addr) in p2p_group_get_client_iface()
962 u8 p2p_group_presence_req(struct p2p_group *group, in p2p_group_presence_req()
1009 int p2p_client_limit_reached(struct p2p_group *group) in p2p_client_limit_reached()
1068 int p2p_group_get_freq(struct p2p_group *group) in p2p_group_get_freq()
[all …]
/freebsd-14.2/sys/contrib/alpine-hal/
H A Dal_hal_iofic.c51 int al_iofic_config(void __iomem *regs_base, int group, uint32_t flags) in al_iofic_config()
66 int al_iofic_moder_res_config(void __iomem *regs_base, int group, in al_iofic_moder_res_config()
89 int al_iofic_legacy_moder_interval_config(void __iomem *regs_base, int group, in al_iofic_legacy_moder_interval_config()
112 int al_iofic_msix_moder_interval_config(void __iomem *regs_base, int group, in al_iofic_msix_moder_interval_config()
134 int al_iofic_msix_tgtid_attributes_config(void __iomem *regs_base, int group, in al_iofic_msix_tgtid_attributes_config()
173 void al_iofic_unmask(void __iomem *regs_base, int group, uint32_t mask) in al_iofic_unmask()
190 void al_iofic_mask(void __iomem *regs_base, int group, uint32_t mask) in al_iofic_mask()
206 uint32_t al_iofic_read_mask(void __iomem *regs_base, int group) in al_iofic_read_mask()
219 uint32_t al_iofic_read_cause(void __iomem *regs_base, int group) in al_iofic_read_cause()
246 void al_iofic_set_cause(void __iomem *regs_base, int group, uint32_t mask) in al_iofic_set_cause()
[all …]
/freebsd-14.2/contrib/ntp/sntp/unity/
H A Dunity_fixture.h19 #define TEST_GROUP(group)\ argument
22 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\ argument
25 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\ argument
29 #define TEST(group, name) \ argument
43 #define IGNORE_TEST(group, name) \ argument
52 #define DECLARE_TEST_CASE(group, name) \ argument
55 #define RUN_TEST_CASE(group, name) \ argument
60 #define TEST_GROUP_RUNNER(group)\ argument
70 #define RUN_TEST_GROUP(group)\ argument
/freebsd-14.2/include/
H A Dgrp.h57 struct group { struct
58 char *gr_name; /* group name */ argument
59 char *gr_passwd; /* group password */ argument
60 gid_t gr_gid; /* group id */ argument
61 char **gr_mem; /* group members */ argument
/freebsd-14.2/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c136 struct mcast_group *group; member
166 struct mcast_group *group; in mcast_find() local
184 struct mcast_group *group) in mcast_insert()
542 struct mcast_group *group; in mlx4_ib_mcg_timeout_handler() local
644 struct mcast_group *group; in mlx4_ib_mcg_work_handler() local
815 struct mcast_group *group, *cur_group; in acquire_group() local
892 struct mcast_group *group; in mlx4_ib_mcg_demux_handler() local
941 struct mcast_group *group; in mlx4_ib_mcg_multiplex_handler() local
996 struct mcast_group *group = in sysfs_show_group() local
1081 struct mcast_group *group; in _mlx4_ib_mcg_port_cleanup() local
[all …]
/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c122 struct mcast_group *group; member
138 struct mcast_group *group; in mcast_find() local
156 struct mcast_group *group, in mcast_insert()
213 struct mcast_group *group = member->group; in queue_join() local
431 struct mcast_group *group; in mcast_work_handler() local
519 struct mcast_group *group = context; in join_handler() local
551 struct mcast_group *group = context; in leave_handler() local
563 struct mcast_group *group, *cur_group; in acquire_group() local
668 struct mcast_group *group; in ib_sa_free_multicast() local
701 struct mcast_group *group; in ib_sa_get_mcmember_rec() local
[all …]
/freebsd-14.2/crypto/openssl/crypto/dh/
H A Ddh_group_params.c27 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group) in dh_param_init()
42 const DH_NAMED_GROUP *group; in ossl_dh_new_by_nid_ex() local
58 const DH_NAMED_GROUP *group; in ossl_dh_cache_named_group() local
/freebsd-14.2/crypto/openssl/crypto/ffc/
H A Dffc_dh.c131 int ossl_ffc_named_group_get_uid(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_uid()
138 const char *ossl_ffc_named_group_get_name(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_name()
146 int ossl_ffc_named_group_get_keylength(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_keylength()
153 const BIGNUM *ossl_ffc_named_group_get_q(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_q()
160 int ossl_ffc_named_group_set(FFC_PARAMS *ffc, const DH_NAMED_GROUP *group) in ossl_ffc_named_group_set()
/freebsd-14.2/sys/arm/annapurna/alpine/
H A Dalpine_serdes.c145 alpine_serdes_resource_get(uint32_t group) in alpine_serdes_resource_get()
161 alpine_serdes_eth_mode_set(uint32_t group, enum alpine_serdes_eth_mode mode) in alpine_serdes_eth_mode_set()
196 alpine_serdes_eth_group_lock(uint32_t group) in alpine_serdes_eth_group_lock()
209 alpine_serdes_eth_group_unlock(uint32_t group) in alpine_serdes_eth_group_unlock()
/freebsd-14.2/sys/dev/ftgpio/
H A Dftgpio.c118 ftgpio_group_get_ioreg(struct ftgpio_softc *sc, uint8_t reg, unsigned group) in ftgpio_group_get_ioreg()
130 ftgpio_group_get_output(struct ftgpio_softc *sc, unsigned group) in ftgpio_group_get_output()
142 ftgpio_group_set_output(struct ftgpio_softc *sc, unsigned group, uint8_t group_value) in ftgpio_group_set_output()
153 ftgpio_group_get_status(struct ftgpio_softc *sc, unsigned group) in ftgpio_group_get_status()
166 unsigned group, index; in ftgpio_pin_write() local
193 unsigned group, index; in ftgpio_pin_read() local
225 unsigned group, index; in ftgpio_pin_set_drive() local
245 unsigned group, index; in ftgpio_pin_is_pushpull() local
267 unsigned group, index; in ftgpio_pin_set_io() local
291 unsigned group, index; in ftgpio_pin_is_output() local
/freebsd-14.2/contrib/diff/src/
H A Difdef.c27 struct group struct
30 lin from, upto; /* start and limit lines for this group of lines */ argument
238 struct group const *group) in print_ifdef_lines()
/freebsd-14.2/crypto/openssl/test/
H A Dectest.c39 static int group_order_tests(EC_GROUP *group) in group_order_tests()
163 EC_GROUP *group = NULL; in prime_field_tests() local
785 EC_GROUP *group = NULL; in char2_curve_test() local
938 EC_GROUP *group = NULL; in char2_field_tests() local
1090 EC_GROUP *group = NULL; in hybrid_point_encoding_test() local
1139 EC_GROUP *group = NULL; in internal_curve_test() local
1159 EC_GROUP *group; in internal_curve_test_method() local
2127 EC_GROUP *group = NULL; in cofactor_range_test() local
2240 const EC_GROUP *group = NULL; in check_ec_key_field_public_range_test() local
2345 EC_GROUP *group = NULL; in ec_point_hex2point_test() local
[all …]
/freebsd-14.2/crypto/openssh/
H A Dkexecdh.c53 const EC_GROUP *group; in kex_ecdh_keypair() local
95 const EC_GROUP *group; in kex_ecdh_enc() local
139 EC_KEY *key, const EC_GROUP *group, struct sshbuf **shared_secretp) in kex_ecdh_dec_key_group()
/freebsd-14.2/lib/libc/net/
H A Dsourcefilter.c140 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter()
210 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter()
275 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, in setsourcefilter()
332 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, in getsourcefilter()

12345678910>>...13