Searched refs:field_type (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_asn1.c344 int field_type; local
358 field_type = EC_GROUP_get_basis_type(group);
360 if (field_type == 0)
366 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL)
372 if (field_type == NID_X9_62_tpBasis)
392 else if (field_type == NID_X9_62_ppBasis)
411 else /* field_type == NID_X9_62_onBasis */
H A Dec_lcl.h90 int field_type; /* a NID */ member in struct:ec_method_st
H A Dec_lib.c280 return meth->field_type;
H A Dec_curve.c77 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon1172
1938 if (data->field_type == NID_X9_62_prime_field)
1946 else /* field_type == NID_X9_62_characteristic_two_field */

Completed in 41 milliseconds