Searched refs:conv_form (Results 1 – 5 of 5) sorted by relevance
162 dest->conv_form = src->conv_form; in EC_KEY_copy()913 return key->conv_form; in EC_KEY_get_conv_form()918 key->conv_form = cform; in EC_KEY_set_conv_form()990 key->conv_form = (point_conversion_form_t)(buf[0] & ~0x01); in EC_KEY_oct2key()
652 ret->conv_form = src->conv_form; in ossl_ec_key_dup()
1064 publen = EC_KEY_key2buf(a, a->conv_form, &pub, NULL); in i2d_ECPrivateKey()1165 a->conv_form, NULL, 0, NULL); in i2o_ECPublicKey()1180 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
121 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_key_new_method_int()
298 point_conversion_form_t conv_form; member
Completed in 21 milliseconds