Searched defs:group (Results 1 - 25 of 235) sorted by path

12345678910

/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.c491 const char *user, *group; local
H A Dls.h76 char *group; member in struct:__anon26
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dgen_subs.c115 const char *user, *group; local
H A Dtar.c1040 const char *user, *group; local
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dsainfo.h54 vchar_t *group; member in struct:sainfo
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dec.c55 EC_GROUP *group; member in struct:EC_KEY
109 ec_point_mul(EC_POINT *res, const EC_GROUP *group, const mp_int *point) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto.c349 EC_GROUP *group; local
491 const EC_GROUP *group; local
957 EC_GROUP *group; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit.c1446 const EC_GROUP *group; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dchown.c41 chown(const char *path, uid_t owner, gid_t group) argument
H A Dfchown.c41 fchown(int fd, uid_t owner, gid_t group) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dkexecdhc.c53 const EC_GROUP *group; local
H A Dkexecdhs.c55 const EC_GROUP *group; local
H A Dkey.c2038 key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public) argument
2164 key_dump_ec_point(const EC_GROUP *group, const EC_POINT *point) argument
[all...]
H A Dsftp-common.c195 const char *user, *group; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dec.c90 const EC_GROUP *group; local
H A Decparam.c121 EC_GROUP *group = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf.h132 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
134 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group, variable
H A Dconf_lib.c320 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
340 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_mult.c84 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, BN_CTX *ctx) argument
115 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
152 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
221 ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
322 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
385 ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
390 ec_GF2m_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Dec2_oct.c91 int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
165 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_smpl.c136 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
148 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
159 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
197 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
230 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
257 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
266 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
347 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
358 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
385 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
420 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
522 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
528 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
540 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
550 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
605 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
650 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
686 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
700 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
707 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
714 ec_GF2m_simple_field_div(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
[all...]
H A Dec_ameth.c70 const EC_GROUP *group; local
158 EC_GROUP *group; local
229 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
268 const EC_GROUP *group; local
375 const EC_GROUP *group; local
404 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
436 const EC_GROUP *group; local
[all...]
H A Dec_asn1.c66 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
105 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
300 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
438 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
572 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
693 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
1070 EC_GROUP *group = NULL; local
[all...]
H A Dec_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
H A Dec_curve.c1937 EC_GROUP *group=NULL; local
[all...]

Completed in 261 milliseconds

12345678910