Searched refs:conv_form (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_key.c85 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED;
198 dest->conv_form = src->conv_form;
425 return key->conv_form;
430 key->conv_form = cform;
H A Dec_asn1.c1186 ret->conv_form = (point_conversion_form_t)(pub_oct[0] & ~0x01);
1275 a->conv_form, NULL, 0, NULL);
1290 a->conv_form, buffer, buf_len, NULL))
1386 ret->conv_form = (point_conversion_form_t)(*in[0] & ~0x01);
1403 a->conv_form, NULL, 0, NULL);
1418 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form,
H A Dec_lcl.h244 point_conversion_form_t conv_form; member in struct:ec_key_st

Completed in 82 milliseconds