Searched defs:group (Results 51 - 75 of 225) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c95 const EC_GROUP *group; local
219 const EC_GROUP *group; local
345 const EC_GROUP *group; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_lib.c95 const EC_GROUP *group; local
198 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
288 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dstab.c39 unsigned long entry, group, old_esid, castout_entry, i; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdsatest.c289 EC_GROUP *group; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dclosefs.c183 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group, argument
49 ext2fs_super_and_bgd_loc(ext2_filsys fs, dgrp_t group, blk_t *ret_super_blk, blk_t *ret_old_desc_blk, blk_t *ret_new_desc_blk, int *ret_meta_bg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c110 char group[41]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Ddma.h32 struct dma_descr_group *group; member in union:dma_descr_group::__anon8146
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dunix.c187 int ochown(const char *path, uid_t owner, gid_t group, int options) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duid16.c20 asmlinkage long sys_chown16(const char __user * filename, old_uid_t user, old_gid_t group) argument
28 asmlinkage long sys_lchown16(const char __user * filename, old_uid_t user, old_gid_t group) argument
36 asmlinkage long sys_fchown16(unsigned int fd, old_uid_t user, old_gid_t group) argument
136 old_gid_t group; local
151 old_gid_t group; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/netfilter/
H A Ddn_rtmsg.c68 int group = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_utils.c205 extern gid_t lookup_group(const char *group) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_incomingrequests.c64 BOOL group = (nb_flags & NB_GROUP) ? True : False; local
196 BOOL group = (nb_flags & NB_GROUP) ? True : False; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dpassword.c384 static char *validate_group(char *group, DATA_BLOB password,int snum) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/include/
H A Digmprt.h117 struct in_addr group; member in struct:membership_db::__anon1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dnetlink.h99 __u32 group; member in struct:nl_pktinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_lib.c154 char *CONF_get_string(LHASH *conf,const char *group,const char *name) argument
168 long CONF_get_number(LHASH *conf,const char *group,const char *name) argument
314 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
334 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c107 void EC_GROUP_free(EC_GROUP *group) argument
120 void EC_GROUP_clear_free(EC_GROUP *group) argument
170 EC_GROUP_method_of(const EC_GROUP *group) argument
176 EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
187 EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
198 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
209 EC_GROUP_get0_generator(const EC_GROUP *group) argument
220 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
231 EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
243 EC_GROUP_set_extra_data(EC_GROUP *group, void *extra_data, void *(*extra_data_dup_func)(void *), void (*extra_data_free_func)(void *), void (*extra_data_clear_free_func)(void *)) argument
264 EC_GROUP_get_extra_data(const EC_GROUP *group, void *(*extra_data_dup_func)(void *), void (*extra_data_free_func)(void *), void (*extra_data_clear_free_func)(void *)) argument
282 EC_GROUP_free_extra_data(EC_GROUP *group) argument
294 EC_GROUP_clear_free_extra_data(EC_GROUP *group) argument
310 EC_POINT_new(const EC_GROUP *group) argument
391 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
407 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
424 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
441 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
458 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
475 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
492 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
509 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
526 EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
542 EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
558 EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) argument
574 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
590 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
606 EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
622 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
638 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/connector/
H A Dconnector.c81 u32 group = 0; local
187 u32 pid, uid, seq, group; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-device.h34 struct attribute_group group; member in struct:fw_attribute_group
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Decparam.c121 EC_GROUP *group = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_pkey.c501 const EC_GROUP *group; local
806 const EC_GROUP *group; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_lib.c154 char *CONF_get_string(LHASH *conf,const char *group,const char *name) argument
168 long CONF_get_number(LHASH *conf,const char *group,const char *name) argument
314 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
334 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpl.c127 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
139 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
150 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
186 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
219 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
246 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
255 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
336 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
347 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
374 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_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
562 ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
677 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
779 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
785 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
797 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
807 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
862 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
904 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
940 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
954 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
961 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
968 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_key.c381 EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) argument
[all...]
H A Dec_mult.c83 const EC_GROUP *group; /* parent EC_GROUP object */ member in struct:ec_pre_comp_st
98 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) argument
324 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, argument
735 ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
904 ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]

Completed in 202 milliseconds

123456789