Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c124 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method()
203 ret->conv_form = src->conv_form; in EC_KEY_dup()
287 return key->conv_form; in EC_KEY_get_conv_form()
291 key->conv_form = cform; in EC_KEY_set_conv_form()
Dinternal.h462 point_conversion_form_t conv_form; member
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c158 ret->conv_form = in EC_KEY_parse_private_key()
229 key->conv_form, NULL) || in EC_KEY_marshal_private_key()
518 ret->conv_form = (point_conversion_form_t)(*inp[0] & ~0x01); in o2i_ECPublicKey()
532 buf_len = EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, NULL, in i2o_ECPublicKey()
548 if (!EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, *outp, in i2o_ECPublicKey()