HomeSort by relevance Sort by last modified time
    Searched defs:ec_GFp_simple_point2oct (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ecp_oct.c 199 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form,
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
oct.c 76 static size_t ec_GFp_simple_point2oct(const EC_GROUP *group,
89 OPENSSL_PUT_ERROR(EC, ec_GFp_simple_point2oct, EC_R_INVALID_FORM);
97 OPENSSL_PUT_ERROR(EC, ec_GFp_simple_point2oct, EC_R_BUFFER_TOO_SMALL);
114 OPENSSL_PUT_ERROR(EC, ec_GFp_simple_point2oct, EC_R_BUFFER_TOO_SMALL);
145 OPENSSL_PUT_ERROR(EC, ec_GFp_simple_point2oct, ERR_R_INTERNAL_ERROR);
155 OPENSSL_PUT_ERROR(EC, ec_GFp_simple_point2oct, ERR_R_INTERNAL_ERROR);
163 OPENSSL_PUT_ERROR(EC, ec_GFp_simple_point2oct, ERR_R_INTERNAL_ERROR);
175 OPENSSL_PUT_ERROR(EC, ec_GFp_simple_point2oct, ERR_R_INTERNAL_ERROR);
329 return ec_GFp_simple_point2oct(group, point, form, buf, len, ctx);

Completed in 167 milliseconds