HomeSort by relevance Sort by last modified time
    Searched refs:conv_form (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
ec_key.c 124 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED;
203 ret->conv_form = src->conv_form;
287 return key->conv_form;
291 key->conv_form = cform;
internal.h 462 point_conversion_form_t conv_form; member in struct:ec_key_st
  /external/boringssl/src/crypto/ec_extra/
ec_asn1.c 158 ret->conv_form =
229 key->conv_form, NULL) ||
518 ret->conv_form = (point_conversion_form_t)(*inp[0] & ~0x01);
532 buf_len = EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, NULL,
548 if (!EC_POINT_point2oct(key->group, key->pub_key, key->conv_form, *outp,

Completed in 82 milliseconds