Searched refs:conv_form (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_key.c | 88 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new() 201 dest->conv_form = src->conv_form; in EC_KEY_copy() 510 return key->conv_form; in EC_KEY_get_conv_form() 515 key->conv_form = cform; in EC_KEY_set_conv_form()
|
D | ec_asn1.c | 1200 ret->conv_form = (point_conversion_form_t)(pub_oct[0] & ~0x01); in d2i_ECPrivateKey() 1289 a->conv_form, NULL, 0, NULL); in i2d_ECPrivateKey() 1304 a->conv_form, buffer, buf_len, NULL)) in i2d_ECPrivateKey() 1400 ret->conv_form = (point_conversion_form_t)(*in[0] & ~0x01); in o2i_ECPublicKey() 1417 a->conv_form, NULL, 0, NULL); in i2o_ECPublicKey() 1432 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
|
D | ec_lcl.h | 249 point_conversion_form_t conv_form; member
|