Searched refs:conv_form (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | ec_key.c | 98 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method() 223 dest->conv_form = src->conv_form; in EC_KEY_copy() 293 return key->conv_form; in EC_KEY_get_conv_form() 297 key->conv_form = cform; in EC_KEY_set_conv_form()
|
D | ec_asn1.c | 357 ret->conv_form = (point_conversion_form_t)(pub_oct[0] & ~0x01); in d2i_ECPrivateKey() 435 tmp_len = EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, NULL, in i2d_ECPrivateKey() 448 if (!EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, buffer, in i2d_ECPrivateKey() 534 ret->conv_form = (point_conversion_form_t)(*inp[0] & ~0x01); in o2i_ECPublicKey() 548 buf_len = EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, NULL, in i2o_ECPublicKey() 564 if (!EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, *outp, in i2o_ECPublicKey()
|
D | internal.h | 342 point_conversion_form_t conv_form; member
|
/external/openssl/crypto/ec/ |
D | ec_key.c | 89 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new() 203 dest->conv_form = src->conv_form; in EC_KEY_copy() 522 return key->conv_form; in EC_KEY_get_conv_form() 527 key->conv_form = cform; in EC_KEY_set_conv_form()
|
D | ec_asn1.c | 1209 ret->conv_form = (point_conversion_form_t)(pub_oct[0] & ~0x01); in d2i_ECPrivateKey() 1309 a->conv_form, NULL, 0, NULL); in i2d_ECPrivateKey() 1324 a->conv_form, buffer, buf_len, NULL)) in i2d_ECPrivateKey() 1420 ret->conv_form = (point_conversion_form_t)(*in[0] & ~0x01); in o2i_ECPublicKey() 1437 a->conv_form, NULL, 0, NULL); in i2o_ECPublicKey() 1452 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
|
D | ec_lcl.h | 250 point_conversion_form_t conv_form; member
|
/external/openssl/patches/ |
D | 0010-dsa_nonce.patch | 320 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; 328 dest->conv_form = src->conv_form; 347 return key->conv_form; 357 point_conversion_form_t conv_form;
|