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

12345

/barrelfish-2018-10-04/tools/harness/tests/
H A Dmultihoptests.py68 iteration = m.group(1)
75 times.append(int(m.group(1)))
H A Drcce.py56 ct = float(m.group(1));
60 computetime[int(m.group(1))] = ct
H A Dwebserver.py69 self.ip = m.group(1)
329 ret.connect_rate = float(m.group(1))
335 ret.request_rate = float(m.group(1))
342 ret.reply_rate = float(m.group(1))
348 ret.bandwidth = float(m.group(1))
355 ret.fd_unavail = int(m.group(1))
356 ret.addrunavail = int(m.group(2))
357 ret.ftab_full = int(m.group(3))
358 ret.other_err = int(m.group(4))
365 ret.client_timo = int(m.group(
[all...]
H A Dbulktests.py56 data.append(2048 / int(m.group(1)))
H A DbasicNetwork.py64 self.ip = m.group(1)
H A Ddevif_test.py97 self.ip = m.group(1)
199 self.ip = m.group(1)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_pmeth.c71 /* Key and paramgen group */
183 const EC_GROUP *group; local
184 group = EC_KEY_get0_group(ctx->pkey->pkey.ec);
185 *keylen = (EC_GROUP_get_degree(group) + 7)/8;
207 EC_GROUP *group; local
211 group = EC_GROUP_new_by_curve_name(p1);
212 if (group == NULL)
219 dctx->gen_group = group;
H A Dec_lcl.h156 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
158 int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
159 int (*have_precompute_mult)(const EC_GROUP *group);
238 EC_GROUP *group; member in struct:ec_key_st
285 * (ec_lib.c uses these as defaults if group->method->mul is 0) */
286 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
288 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
289 int ec_wNAF_have_precompute_mult(const EC_GROUP *group);
390 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
392 int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CT
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decdsatest.c289 EC_GROUP *group; local
336 group = EC_GROUP_new_by_curve_name(nid);
337 if (group == NULL)
339 if (EC_KEY_set_group(eckey, group) == 0)
341 EC_GROUP_free(group);
359 group = EC_GROUP_new_by_curve_name(nid);
360 if (group == NULL)
362 if (EC_KEY_set_group(wrong_eckey, group) == 0)
364 EC_GROUP_free(group);
H A Decs_lib.c207 const EC_GROUP *group; local
211 group = EC_KEY_get0_group(r);
212 if (group == NULL)
216 if (!EC_GROUP_get_order(group,order,NULL))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Decdsatest.c289 EC_GROUP *group; local
336 group = EC_GROUP_new_by_curve_name(nid);
337 if (group == NULL)
339 if (EC_KEY_set_group(eckey, group) == 0)
341 EC_GROUP_free(group);
359 group = EC_GROUP_new_by_curve_name(nid);
360 if (group == NULL)
362 if (EC_KEY_set_group(wrong_eckey, group) == 0)
364 EC_GROUP_free(group);
H A Decdhtest.c132 const EC_GROUP *group; local
139 group = EC_KEY_get0_group(a);
156 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
158 if (!EC_POINT_get_affine_coordinates_GFp(group,
163 if (!EC_POINT_get_affine_coordinates_GF2m(group,
181 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
183 if (!EC_POINT_get_affine_coordinates_GFp(group,
188 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdh/
H A Decdhtest.c132 const EC_GROUP *group; local
139 group = EC_KEY_get0_group(a);
156 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
158 if (!EC_POINT_get_affine_coordinates_GFp(group,
163 if (!EC_POINT_get_affine_coordinates_GF2m(group,
181 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
183 if (!EC_POINT_get_affine_coordinates_GFp(group,
188 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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
168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
169 int NCONF_get_number_e(const CONF *conf,const char *group,const char *name,
176 long NCONF_get_number(CONF *conf,char *group,char *name);
/barrelfish-2018-10-04/include/openssl/
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
168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
169 int NCONF_get_number_e(const CONF *conf,const char *group,const char *name,
176 long NCONF_get_number(CONF *conf,char *group,char *name);
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizer.java49 * @param group
55 String group,
59 group,
53 Visualizer(int id,String type,String display, int x, int y, int width, int height, String group, int min,int max,int indexStart) argument
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_id_to_name.c50 * Note that we truncate user and group names, rather than error out, as
51 * this is consistent with other tools manipulating user and group names.
60 struct group *g;
H A Dacl_from_text.c60 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
74 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
276 struct group *g;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dec.c90 const EC_GROUP *group; local
330 group = EC_KEY_get0_group(eckey);
356 i = i2d_ECPKParameters_bio(out, group);
365 i = PEM_write_bio_ECPKParameters(out, group);
/barrelfish-2018-10-04/tools/harness/
H A Dreprocess.py44 testname = m.group(1)
/barrelfish-2018-10-04/include/
H A Dprintf.h59 unsigned group; member in struct:printf_info
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex104 require communication among a group of threads.
109 also require communication among a group of nodes.
110 A group of nodes that want to come to agreement on some value
115 machine, using some form of routing can improve the performance of group communication.
121 If applications were written with the abstraction of a group layer,
353 The set of all nodes on the machine form a \emph{universe group}.
354 The set of nodes in the universe group that
355 wish to communicate with each other form an \emph{application group}.
356 An application group is a subset of the universe group
[all...]
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmegaraid_vsic.c127 uint8_t group; member in struct:write16
144 .group = 0,
236 uint8_t group; member in struct:read16
250 .group = 0,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_lib.c2946 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group != NULL)
2947 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth != NULL)
2948 && (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_prime_field)
2960 else if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_characteristic_two_field)
2985 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group != NULL)
2988 ec_nid = EC_GROUP_get_curve_name(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group);
2990 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth != NULL)
2993 if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_prime_field)
2998 else if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_characteristic_two_field)
3033 if (s->cert->ecdh_tmp->group !
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_ameth.c421 const EC_GROUP *group; local
432 group = EC_KEY_get0_group((EC_KEY *)EVP_PKEY_get0((EVP_PKEY *)pkey));
433 if (!EC_POINT_get_affine_coordinates_GFp(group,pubkey,X,Y,ctx))
647 const EC_GROUP *group; local
653 group = EC_KEY_get0_group(EVP_PKEY_get0(pk));
671 pub_key = EC_POINT_new(group);
672 if (!EC_POINT_set_affine_coordinates_GFp(group

Completed in 209 milliseconds

12345