Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_key.c85 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new()
198 dest->conv_form = src->conv_form; in EC_KEY_copy()
427 return key->conv_form; in EC_KEY_get_conv_form()
432 key->conv_form = cform; in EC_KEY_set_conv_form()
Dec_asn1.c1186 ret->conv_form = (point_conversion_form_t)(pub_oct[0] & ~0x01); in d2i_ECPrivateKey()
1275 a->conv_form, NULL, 0, NULL); in i2d_ECPrivateKey()
1290 a->conv_form, buffer, buf_len, NULL)) in i2d_ECPrivateKey()
1386 ret->conv_form = (point_conversion_form_t)(*in[0] & ~0x01); in o2i_ECPublicKey()
1403 a->conv_form, NULL, 0, NULL); in i2o_ECPublicKey()
1418 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
Dec_lcl.h241 point_conversion_form_t conv_form; member