/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_lib.c | 88 void EC_pre_comp_free(EC_GROUP *group) in EC_pre_comp_free() 121 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free() 140 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free() 289 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) in EC_GROUP_method_of() 315 static int ec_guess_cofactor(EC_GROUP *group) { in ec_guess_cofactor() 363 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, in EC_GROUP_set_generator() 433 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator() 438 BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group) in EC_GROUP_get_mont_data() 443 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order() 453 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) in EC_GROUP_get0_order() [all …]
|
H A D | ec2_smpl.c | 28 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() 141 int ossl_ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, in ossl_ec_GF2m_simple_group_get_curve() 171 int ossl_ec_GF2m_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GF2m_simple_group_get_degree() 180 int ossl_ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, in ossl_ec_GF2m_simple_group_check_discriminant() 276 int ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_set_to_infinity() 288 int ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_set_affine_coordinates() 320 int ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_get_affine_coordinates() [all …]
|
H A D | ecp_mont.c | 83 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 D | ecp_smpl.c | 98 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() 200 int ossl_ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, in ossl_ec_GFp_simple_group_get_curve() 245 int ossl_ec_GFp_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GFp_simple_group_get_degree() 250 int ossl_ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, in ossl_ec_GFp_simple_group_check_discriminant() 367 int ossl_ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, in ossl_ec_GFp_simple_point_set_to_infinity() 375 int ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp() 435 int ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() [all …]
|
H A D | ec_oct.c | 24 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() 105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() 133 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
|
H A D | ecp_nist.c | 92 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 D | ec_check.c | 19 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 D | ec_mult.c | 38 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 D | ec_deprecated.c | 21 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 D | ecp_oct.c | 22 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 D | ec2_oct.c | 39 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/contrib/wpa/src/p2p/ |
H A D | p2p_group.c | 49 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() 208 static struct wpabuf * p2p_group_build_beacon_ie(struct p2p_group *group) in p2p_group_build_beacon_ie() 354 wifi_display_build_go_ie(struct p2p_group *group) in wifi_display_build_go_ie() 405 static void wifi_display_group_update(struct p2p_group *group) in wifi_display_group_update() 414 void p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, in p2p_buf_add_group_info() 436 void p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) in p2p_group_buf_add_id() 443 static struct wpabuf * p2p_group_build_probe_resp_ie(struct p2p_group *group) in p2p_group_build_probe_resp_ie() [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_iofic.c | 51 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() 159 uint32_t __iomem * al_iofic_unmask_offset_get(void __iomem *regs_base, int group) in al_iofic_unmask_offset_get() 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() [all …]
|
/freebsd/contrib/ntp/sntp/unity/ |
H A D | unity_fixture.h | 19 #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/include/ |
H A D | grp.h | 55 struct group { struct 56 char *gr_name; /* group name */ argument 57 char *gr_passwd; /* group password */ argument 58 gid_t gr_gid; /* group id */ argument 59 char **gr_mem; /* group members */ argument
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mcg.c | 50 #define mcg_warn_group(group, format, arg...) \ argument 54 #define mcg_debug_group(group, format, arg...) \ argument 58 #define mcg_error_group(group, format, arg...) \ argument 136 struct mcast_group *group; member 166 struct mcast_group *group; in mcast_find() local 184 struct mcast_group *group) in mcast_insert() 252 static int send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) in send_join_to_wire() 279 static int send_leave_to_wire(struct mcast_group *group, u8 join_state) in send_leave_to_wire() 318 static int send_reply_to_slave(int slave, struct mcast_group *group, in send_reply_to_slave() 437 static int release_group(struct mcast_group *group, int from_timeout_handler) in release_group() [all …]
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_multicast.c | 122 struct mcast_group *group; member 138 struct mcast_group *group; in mcast_find() local 156 struct mcast_group *group, in mcast_insert() 190 static void release_group(struct mcast_group *group) in release_group() 213 struct mcast_group *group = member->group; in queue_join() local 233 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) in adjust_membership() 248 static u8 get_leave_state(struct mcast_group *group) in get_leave_state() 335 static int send_join(struct mcast_group *group, struct mcast_member *member) in send_join() 350 static int send_leave(struct mcast_group *group, u8 leave_state) in send_leave() 370 static void join_group(struct mcast_group *group, struct mcast_member *member, in join_group() [all …]
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_group_params.c | 27 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/crypto/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 131 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/sys/arm/annapurna/alpine/ |
H A D | alpine_serdes.c | 144 alpine_serdes_resource_get(uint32_t group) in alpine_serdes_resource_get() 160 alpine_serdes_eth_mode_set(uint32_t group, enum alpine_serdes_eth_mode mode) in alpine_serdes_eth_mode_set() 195 alpine_serdes_eth_group_lock(uint32_t group) in alpine_serdes_eth_group_lock() 208 alpine_serdes_eth_group_unlock(uint32_t group) in alpine_serdes_eth_group_unlock()
|
/freebsd/sys/dev/ftgpio/ |
H A D | ftgpio.c | 118 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/contrib/diff/src/ |
H A D | ifdef.c | 27 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/crypto/openssl/test/ |
H A D | ectest.c | 39 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 1501 EC_GROUP *group = NULL, *gtest = NULL; in check_named_curve_test() local 1824 EC_GROUP *group = NULL, *tgroup = NULL, *tmpg = NULL; in check_named_curve_from_ecparameters() local 2016 EC_GROUP *group = NULL, *group2 = NULL; in parameter_test() local [all …]
|
/freebsd/crypto/openssh/ |
H A D | kexecdh.c | 53 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/lib/libc/net/ |
H A D | sourcefilter.c | 140 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()
|