Searched refs:group (Results 51 - 75 of 2184) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-groupshow42 print "Usage: $0 [-?] group\n";
48 my $group = $ARGV[0];
52 my $lines = read_group($group);
54 print "group $group doesn't exist\n";
69 smbldap-groupshow - Display group informations
77 The smbldap-groupshow command displays informations associated with the given group.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-groupshow42 print "Usage: $0 [-?] group\n";
48 my $group = $ARGV[0];
52 my $lines = read_group($group);
54 print "group $group doesn't exist\n";
69 smbldap-groupshow - Display group informations
77 The smbldap-groupshow command displays informations associated with the given group.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-groupshow42 print "Usage: $0 [-?] group\n";
48 my $group = $ARGV[0];
52 my $lines = read_group($group);
54 print "group $group doesn't exist\n";
69 smbldap-groupshow - Display group informations
77 The smbldap-groupshow command displays informations associated with the given group.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec2_smpl.c139 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
141 BN_init(&group->field);
142 BN_init(&group->a);
143 BN_init(&group->b);
151 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
153 BN_free(&group->field);
154 BN_free(&group->a);
155 BN_free(&group->b);
162 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
164 BN_clear_free(&group
208 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
250 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
280 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
289 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
376 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
388 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
420 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
458 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
574 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
580 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
592 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
603 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
671 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
719 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
763 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
777 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
784 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
791 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_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
78 if (!EC_GROUP_check_discriminant(group, ctx)) {
84 if (group->generator == NULL) {
88 if (EC_POINT_is_on_curve(group, group->generator, ctx) <= 0) {
94 if ((point = EC_POINT_new(group)) == NULL)
96 if (!EC_GROUP_get_order(group, order, ctx))
103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
105 if (!EC_POINT_is_at_infinity(group, point)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec2_smpl.c139 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
141 BN_init(&group->field);
142 BN_init(&group->a);
143 BN_init(&group->b);
151 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
153 BN_free(&group->field);
154 BN_free(&group->a);
155 BN_free(&group->b);
162 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
164 BN_clear_free(&group
208 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
250 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
280 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
289 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
376 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
388 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
420 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
458 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
574 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
580 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
592 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
603 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
671 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
719 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
763 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
777 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
784 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
791 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_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
78 if (!EC_GROUP_check_discriminant(group, ctx)) {
84 if (group->generator == NULL) {
88 if (EC_POINT_is_on_curve(group, group->generator, ctx) <= 0) {
94 if ((point = EC_POINT_new(group)) == NULL)
96 if (!EC_GROUP_get_order(group, order, ctx))
103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
105 if (!EC_POINT_is_at_infinity(group, point)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec2_smpl.c139 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
141 BN_init(&group->field);
142 BN_init(&group->a);
143 BN_init(&group->b);
151 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
153 BN_free(&group->field);
154 BN_free(&group->a);
155 BN_free(&group->b);
162 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
164 BN_clear_free(&group
208 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
250 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
280 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
289 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
376 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
388 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
420 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
458 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
574 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
580 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
592 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
603 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
671 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
719 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
763 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
777 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
784 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
791 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_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
78 if (!EC_GROUP_check_discriminant(group, ctx)) {
84 if (group->generator == NULL) {
88 if (EC_POINT_is_on_curve(group, group->generator, ctx) <= 0) {
94 if ((point = EC_POINT_new(group)) == NULL)
96 if (!EC_GROUP_get_order(group, order, ctx))
103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
105 if (!EC_POINT_is_at_infinity(group, point)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/nss_wrapper/
H A Dnss_wrapper.pl52 --group_path <path> Path of the 'group' file.
54 --type <type> 'passwd', 'group' and 'member' are supported.
85 usage(1, "missing: --type [passwd|group|member]");
95 } elsif ($opt_type eq "group") {
101 $opt_fullpath_group = check_path($opt_group_path, "group");
103 usage(1, "invalid: --type [passwd|group]: '$opt_type'")
162 my $group = undef;
168 $group->{array} = ();
169 $group->{name} = {};
170 $group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/nss_wrapper/
H A Dnss_wrapper.pl52 --group_path <path> Path of the 'group' file.
54 --type <type> 'passwd', 'group' and 'member' are supported.
85 usage(1, "missing: --type [passwd|group|member]");
95 } elsif ($opt_type eq "group") {
101 $opt_fullpath_group = check_path($opt_group_path, "group");
103 usage(1, "invalid: --type [passwd|group]: '$opt_type'")
162 my $group = undef;
168 $group->{array} = ();
169 $group->{name} = {};
170 $group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/nss_wrapper/
H A Dnss_wrapper.pl52 --group_path <path> Path of the 'group' file.
54 --type <type> 'passwd', 'group' and 'member' are supported.
85 usage(1, "missing: --type [passwd|group|member]");
95 } elsif ($opt_type eq "group") {
101 $opt_fullpath_group = check_path($opt_group_path, "group");
103 usage(1, "invalid: --type [passwd|group]: '$opt_type'")
162 my $group = undef;
168 $group->{array} = ();
169 $group->{name} = {};
170 $group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Decp_smpl.c130 int ec_GFp_simple_group_init(EC_GROUP *group) argument
132 BN_init(&group->field);
133 BN_init(&group->a);
134 BN_init(&group->b);
135 group->a_is_minus3 = 0;
140 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
142 BN_free(&group->field);
143 BN_free(&group->a);
144 BN_free(&group->b);
148 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
168 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
223 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
274 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
280 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
386 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
394 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
454 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
507 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
521 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
766 ec_GFp_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
892 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
1002 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1166 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1283 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1293 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1299 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1390 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1501 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1540 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1688 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1694 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
79 if (!EC_GROUP_check_discriminant(group, ctx))
86 if (group->generator == NULL)
91 if (!EC_POINT_is_on_curve(group, group->generator, ctx))
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
107 if (!EC_POINT_is_at_infinity(group, point))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Decp_smpl.c130 int ec_GFp_simple_group_init(EC_GROUP *group) argument
132 BN_init(&group->field);
133 BN_init(&group->a);
134 BN_init(&group->b);
135 group->a_is_minus3 = 0;
140 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
142 BN_free(&group->field);
143 BN_free(&group->a);
144 BN_free(&group->b);
148 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
168 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
223 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
274 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
280 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
386 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
394 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
454 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
507 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
521 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
766 ec_GFp_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
892 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
1002 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1166 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1283 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1293 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1299 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1390 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1501 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1540 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1688 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1694 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
79 if (!EC_GROUP_check_discriminant(group, ctx))
86 if (group->generator == NULL)
91 if (!EC_POINT_is_on_curve(group, group->generator, ctx))
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
107 if (!EC_POINT_is_at_infinity(group, point))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Decp_smpl.c130 int ec_GFp_simple_group_init(EC_GROUP *group) argument
132 BN_init(&group->field);
133 BN_init(&group->a);
134 BN_init(&group->b);
135 group->a_is_minus3 = 0;
140 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
142 BN_free(&group->field);
143 BN_free(&group->a);
144 BN_free(&group->b);
148 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
168 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
223 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
274 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
280 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
386 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
394 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
454 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
507 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
521 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
766 ec_GFp_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
892 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
1002 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1166 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1283 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1293 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1299 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1390 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1501 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1540 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1688 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1694 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
79 if (!EC_GROUP_check_discriminant(group, ctx))
86 if (group->generator == NULL)
91 if (!EC_POINT_is_on_curve(group, group->generator, ctx))
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
107 if (!EC_POINT_is_at_infinity(group, point))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify_user.c35 * Called with the group->notification_mutex held.
37 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, argument
40 BUG_ON(!mutex_is_locked(&group->notification_mutex));
42 pr_debug("%s: group=%p count=%zd\n", __func__, group, count);
44 if (fsnotify_notify_queue_is_empty(group))
52 return fsnotify_remove_notify_event(group);
55 static int create_fd(struct fsnotify_group *group, struct fsnotify_event *event) argument
62 pr_debug("%s: group=%p event=%p\n", __func__, group, even
105 fill_event_metadata(struct fsnotify_group *group, struct fanotify_event_metadata *metadata, struct fsnotify_event *event) argument
122 dequeue_re(struct fsnotify_group *group, __s32 fd) argument
143 process_access_response(struct fsnotify_group *group, struct fanotify_response *response_struct) argument
181 prepare_for_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
212 remove_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
232 prepare_for_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
239 remove_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
247 copy_event_to_user(struct fsnotify_group *group, struct fsnotify_event *event, char __user *buf) argument
280 struct fsnotify_group *group = file->private_data; local
295 struct fsnotify_group *group; local
349 struct fsnotify_group *group; local
374 struct fsnotify_group *group = file->private_data; local
405 struct fsnotify_group *group; local
513 fanotify_remove_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt, __u32 mask, unsigned int flags) argument
532 fanotify_remove_inode_mark(struct fsnotify_group *group, struct inode *inode, __u32 mask, unsigned int flags) argument
573 fanotify_add_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt, __u32 mask, unsigned int flags) argument
603 fanotify_add_inode_mark(struct fsnotify_group *group, struct inode *inode, __u32 mask, unsigned int flags) argument
637 struct fsnotify_group *group; local
684 struct fsnotify_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_user.c114 struct fsnotify_group *group = file->private_data; local
117 poll_wait(file, &group->notification_waitq, wait);
118 mutex_lock(&group->notification_mutex);
119 if (!fsnotify_notify_queue_is_empty(group))
121 mutex_unlock(&group->notification_mutex);
131 * Called with the group->notification_mutex held.
133 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, argument
139 if (fsnotify_notify_queue_is_empty(group))
142 event = fsnotify_peek_notify_event(group);
144 pr_debug("%s: group
165 copy_event_to_user(struct fsnotify_group *group, struct fsnotify_event *event, char __user *buf) argument
233 struct fsnotify_group *group; local
285 struct fsnotify_group *group = file->private_data; local
292 struct fsnotify_group *group = file->private_data; local
310 struct fsnotify_group *group; local
391 inotify_idr_find_locked(struct fsnotify_group *group, int wd) argument
412 inotify_idr_find(struct fsnotify_group *group, int wd) argument
425 do_inotify_remove_from_idr(struct fsnotify_group *group, struct inotify_inode_mark *i_mark) argument
444 inotify_remove_from_idr(struct fsnotify_group *group, struct inotify_inode_mark *i_mark) argument
515 inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) argument
571 inotify_update_existing_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) argument
625 inotify_new_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) argument
678 inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) argument
701 struct fsnotify_group *group; local
722 struct fsnotify_group *group; local
769 struct fsnotify_group *group; local
809 struct fsnotify_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/fanotify/
H A Dfanotify_user.c35 * Called with the group->notification_mutex held.
37 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, argument
40 BUG_ON(!mutex_is_locked(&group->notification_mutex));
42 pr_debug("%s: group=%p count=%zd\n", __func__, group, count);
44 if (fsnotify_notify_queue_is_empty(group))
52 return fsnotify_remove_notify_event(group);
55 static int create_fd(struct fsnotify_group *group, struct fsnotify_event *event) argument
62 pr_debug("%s: group=%p event=%p\n", __func__, group, even
105 fill_event_metadata(struct fsnotify_group *group, struct fanotify_event_metadata *metadata, struct fsnotify_event *event) argument
122 dequeue_re(struct fsnotify_group *group, __s32 fd) argument
143 process_access_response(struct fsnotify_group *group, struct fanotify_response *response_struct) argument
181 prepare_for_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
212 remove_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
232 prepare_for_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
239 remove_access_response(struct fsnotify_group *group, struct fsnotify_event *event, __s32 fd) argument
247 copy_event_to_user(struct fsnotify_group *group, struct fsnotify_event *event, char __user *buf) argument
280 struct fsnotify_group *group = file->private_data; local
295 struct fsnotify_group *group; local
349 struct fsnotify_group *group; local
374 struct fsnotify_group *group = file->private_data; local
405 struct fsnotify_group *group; local
513 fanotify_remove_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt, __u32 mask, unsigned int flags) argument
532 fanotify_remove_inode_mark(struct fsnotify_group *group, struct inode *inode, __u32 mask, unsigned int flags) argument
573 fanotify_add_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt, __u32 mask, unsigned int flags) argument
603 fanotify_add_inode_mark(struct fsnotify_group *group, struct inode *inode, __u32 mask, unsigned int flags) argument
637 struct fsnotify_group *group; local
684 struct fsnotify_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/inotify/
H A Dinotify_user.c114 struct fsnotify_group *group = file->private_data; local
117 poll_wait(file, &group->notification_waitq, wait);
118 mutex_lock(&group->notification_mutex);
119 if (!fsnotify_notify_queue_is_empty(group))
121 mutex_unlock(&group->notification_mutex);
131 * Called with the group->notification_mutex held.
133 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, argument
139 if (fsnotify_notify_queue_is_empty(group))
142 event = fsnotify_peek_notify_event(group);
144 pr_debug("%s: group
165 copy_event_to_user(struct fsnotify_group *group, struct fsnotify_event *event, char __user *buf) argument
233 struct fsnotify_group *group; local
285 struct fsnotify_group *group = file->private_data; local
292 struct fsnotify_group *group = file->private_data; local
310 struct fsnotify_group *group; local
391 inotify_idr_find_locked(struct fsnotify_group *group, int wd) argument
412 inotify_idr_find(struct fsnotify_group *group, int wd) argument
425 do_inotify_remove_from_idr(struct fsnotify_group *group, struct inotify_inode_mark *i_mark) argument
444 inotify_remove_from_idr(struct fsnotify_group *group, struct inotify_inode_mark *i_mark) argument
515 inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) argument
571 inotify_update_existing_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) argument
625 inotify_new_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) argument
678 inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) argument
701 struct fsnotify_group *group; local
722 struct fsnotify_group *group; local
769 struct fsnotify_group *group; local
809 struct fsnotify_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/tui/
H A Dtui-regs.h29 extern void tui_show_registers (struct reggroup *group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/tui/
H A Dtui-regs.h29 extern void tui_show_registers (struct reggroup *group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/tui/
H A Dtui-regs.h29 extern void tui_show_registers (struct reggroup *group);

Completed in 306 milliseconds

1234567891011>>