Home
last modified time | relevance | path

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

12345678910>>...16

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_lib.c61 void EC_pre_comp_free(EC_GROUP *group) in EC_pre_comp_free()
94 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free()
111 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free()
257 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) in EC_GROUP_method_of()
282 static int ec_guess_cofactor(EC_GROUP *group) { in ec_guess_cofactor()
330 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, in EC_GROUP_set_generator()
400 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator()
405 BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group) in EC_GROUP_get_mont_data()
410 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order()
420 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) in EC_GROUP_get0_order()
[all …]
H A Dec2_smpl.c22 int ec_GF2m_simple_group_init(EC_GROUP *group) in ec_GF2m_simple_group_init()
41 void ec_GF2m_simple_group_finish(EC_GROUP *group) in ec_GF2m_simple_group_finish()
52 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) in ec_GF2m_simple_group_clear_finish()
95 int ec_GF2m_simple_group_set_curve(EC_GROUP *group, in ec_GF2m_simple_group_set_curve()
135 int ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, in ec_GF2m_simple_group_get_curve()
165 int ec_GF2m_simple_group_get_degree(const EC_GROUP *group) in ec_GF2m_simple_group_get_degree()
174 int ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, in ec_GF2m_simple_group_check_discriminant()
267 int ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, in ec_GF2m_simple_point_set_to_infinity()
279 int ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, in ec_GF2m_simple_point_set_affine_coordinates()
311 int ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, in ec_GF2m_simple_point_get_affine_coordinates()
[all …]
H A Decp_mont.c76 int ec_GFp_mont_group_init(EC_GROUP *group) in ec_GFp_mont_group_init()
86 void ec_GFp_mont_group_finish(EC_GROUP *group) in ec_GFp_mont_group_finish()
95 void ec_GFp_mont_group_clear_finish(EC_GROUP *group) in ec_GFp_mont_group_clear_finish()
135 int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ec_GFp_mont_group_set_curve()
188 int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ec_GFp_mont_field_mul()
199 int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ec_GFp_mont_field_sqr()
215 int ec_GFp_mont_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ec_GFp_mont_field_inv()
258 int ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, in ec_GFp_mont_field_encode()
269 int ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, in ec_GFp_mont_field_decode()
280 int ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, in ec_GFp_mont_field_set_to_one()
H A Decp_smpl.c91 int ec_GFp_simple_group_init(EC_GROUP *group) in ec_GFp_simple_group_init()
106 void ec_GFp_simple_group_finish(EC_GROUP *group) in ec_GFp_simple_group_finish()
113 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) in ec_GFp_simple_group_clear_finish()
134 int ec_GFp_simple_group_set_curve(EC_GROUP *group, in ec_GFp_simple_group_set_curve()
193 int ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, in ec_GFp_simple_group_get_curve()
238 int ec_GFp_simple_group_get_degree(const EC_GROUP *group) in ec_GFp_simple_group_get_degree()
243 int ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) in ec_GFp_simple_group_check_discriminant()
360 int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, in ec_GFp_simple_point_set_to_infinity()
368 int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, in ec_GFp_simple_set_Jprojective_coordinates_GFp()
428 int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, in ec_GFp_simple_get_Jprojective_coordinates_GFp()
[all …]
H A Dec_oct.c18 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates()
53 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GFp()
61 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GF2m()
70 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct()
101 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
129 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
H A Dec_print.c14 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, in EC_POINT_point2bn()
34 EC_POINT *EC_POINT_bn2point(const EC_GROUP *group, in EC_POINT_bn2point()
75 char *EC_POINT_point2hex(const EC_GROUP *group, in EC_POINT_point2hex()
107 EC_POINT *EC_POINT_hex2point(const EC_GROUP *group, in EC_POINT_hex2point()
H A Decp_nist.c85 int ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ec_GFp_nist_group_set_curve()
120 int ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ec_GFp_nist_field_mul()
145 int ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ec_GFp_nist_field_sqr()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_lib.c88 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 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()
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 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()
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 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()
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 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_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()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dgrp.d53 struct group in version() struct
55 char* gr_name; in version()
56 char* gr_passwd; in version()
57 gid_t gr_gid; in version()
58 char** gr_mem; in version()
/netbsd-src/include/
H A Dgrp.h50 struct group { struct
51 __aconst char *gr_name; /* group name */ argument
52 __aconst char *gr_passwd; /* group password */ argument
53 gid_t gr_gid; /* group id */ argument
54 __aconst char *__aconst *gr_mem; /* group members */ argument
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.h21 #define TEST_GROUP(group)\ argument
24 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\ argument
27 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\ argument
31 #define TEST(group, name) \ argument
45 #define IGNORE_TEST(group, name) \ argument
54 #define DECLARE_TEST_CASE(group, name) \ argument
57 #define RUN_TEST_CASE(group, name) \ argument
62 #define TEST_GROUP_RUNNER(group)\ argument
72 #define RUN_TEST_GROUP(group)\ argument
/netbsd-src/sys/arch/arm/samsung/
H A Dexynos_combiner.c55 #define COMBINER_GROUP_BASE(group) (((group) / 4) * 0x10) argument
56 #define COMBINER_GROUP_MASK(group) (0xff << (((group) % 4) * 8)) argument
58 #define COMBINER_IESR_REG(group) (COMBINER_GROUP_BASE(group) + 0x00) argument
59 #define COMBINER_IECR_REG(group) (COMBINER_GROUP_BASE(group) + 0x04) argument
60 #define COMBINER_ISTR_REG(group) (COMBINER_GROUP_BASE(group) + 0x08) argument
61 #define COMBINER_IMSR_REG(group) (COMBINER_GROUP_BASE(group) + 0x0c) argument
182 exynos_combiner_new_irq(struct exynos_combiner_irq_group *group, in exynos_combiner_new_irq()
250 const u_int group = be32toh(specifier[0]); in exynos_combiner_establish() local
300 const u_int group = be32toh(specifier[0]); in exynos_combiner_intrstr() local
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dmemory.c40 isc_result_t delete_group (struct group_object *group, int writep) in delete_group()
79 isc_result_t supersede_group (struct group_object *group, int writep) in supersede_group()
135 int clone_group (struct group **gp, struct group *group, in clone_group()
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Difdef.c24 struct group struct
27 int from, upto; /* start and limit lines for this group of lines */ argument
267 print_ifdef_lines (doit, format, group) in print_ifdef_lines() argument
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Difdef.c29 struct group struct
32 lin from, upto; /* start and limit lines for this group of lines */ argument
234 struct group const *group) in print_ifdef_lines()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dkexecdh.c52 const EC_GROUP *group; in kex_ecdh_keypair() local
94 const EC_GROUP *group; in kex_ecdh_enc() local
138 EC_KEY *key, const EC_GROUP *group, struct sshbuf **shared_secretp) in kex_ecdh_dec_key_group()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsafe_open.c198 struct stat * st, uid_t user, gid_t group, VSTRING *why) in safe_open_create()
222 #define CHANGE_OWNER(user, group) (user != (uid_t) -1 || group != (gid_t) -1) in safe_open_create() argument
246 struct stat * st, uid_t user, gid_t group, VSTRING *why) in safe_open()

12345678910>>...16