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

12345678910

/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/tools/compat/
H A Dlchown.c43 lchown(const char *path, uid_t owner, gid_t group) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
H A Dec_oct.c71 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, argument
105 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
132 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
167 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
H A Dec_print.c59 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, argument
89 EC_POINT *EC_POINT_bn2point(const EC_GROUP *group, argument
135 char *EC_POINT_point2hex(const EC_GROUP *group, argument
179 EC_POINT *EC_POINT_hex2point(const EC_GROUP *group, argument
[all...]
H A Decp_nist.c129 int ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, argument
168 int ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, argument
194 ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) 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 Decp_mont.c122 int ec_GFp_mont_group_init(EC_GROUP *group) argument
133 void ec_GFp_mont_group_finish(EC_GROUP *group) argument
149 ec_GFp_mont_group_clear_finish(EC_GROUP *group) argument
204 ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
264 ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
276 ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
288 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
300 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
312 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bob/
H A Dtemplate1.C23 void addElement(ScenarioGroup *group) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bob/
H A Dtemplate1.C23 void addElement(ScenarioGroup *group) argument
/netbsd-6-1-5-RELEASE/include/
H A Dgrp.h50 struct group { struct
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/create/
H A Dcreate.h32 const char *group; member in struct:memory_file
H A Dutil.c93 make_memory_file(const char *archive_name, void *data, size_t len, const char *owner, const char *group, mode_t mode) argument
119 load_memory_file(const char *disk_name, const char *archive_name, const char *owner, const char *group, mode_t mode) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_ioctl.c71 int group; local
/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
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dmemory.c46 isc_result_t delete_group (struct group_object *group, int writep) argument
85 supersede_group(struct group_object *group, int writep) argument
141 clone_group(struct group **gp, struct group *group, const char *file, int line) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_ioctl.c93 int op, dir, group, cmd, len; 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/openssl/dist/crypto/ecdh/
H A Dech_ossl.c116 const EC_GROUP* group; local
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dstrlist.c145 char group[255]; local
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgen_ng.c150 ng_rewind(struct irs_ng *this, const char *group) { argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsafe_open.c196 safe_open_create(const char *path, int flags, mode_t mode, struct stat * st, uid_t user, gid_t group, VSTRING *why) argument
244 safe_open(const char *path, int flags, mode_t mode, struct stat * st, uid_t user, gid_t group, VSTRING *why) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.h76 char *group; member in struct:__anon26

Completed in 243 milliseconds

12345678910