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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_key.c83 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED;
192 dest->conv_form = src->conv_form;
404 return key->conv_form;
409 key->conv_form = cform;
H A Dec_asn1.c1060 ret->conv_form = (point_conversion_form_t) (pub_oct[0] & ~0x01);
1137 a->conv_form, NULL, 0, NULL);
1150 a->conv_form, buffer, buf_len, NULL)) {
1237 ret->conv_form = (point_conversion_form_t) (*in[0] & ~0x01);
1253 a->conv_form, NULL, 0, NULL);
1266 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form,
H A Dec_lcl.h256 point_conversion_form_t conv_form; member in struct:ec_key_st

Completed in 57 milliseconds