Searched defs:EC_POINT (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/ec/
H A Dec.h131 typedef struct ec_point_st EC_POINT; typedef in typeref:struct:ec_point_st
213 * \param generator EC_POINT object with the generator.
219 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
225 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
381 /* EC_POINT functions */
384 /** Creates a new EC_POINT object for the specified EC_GROUP
386 * \return newly created EC_POINT object or NULL if an error occurred
388 EC_POINT *EC_POINT_new(const EC_GROUP *group);
390 /** Frees a EC_POINT object
391 * \param point EC_POINT objec
[all...]
/external/openssl/include/openssl/
H A Dec.h131 typedef struct ec_point_st EC_POINT; typedef in typeref:struct:ec_point_st
213 * \param generator EC_POINT object with the generator.
219 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
225 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
381 /* EC_POINT functions */
384 /** Creates a new EC_POINT object for the specified EC_GROUP
386 * \return newly created EC_POINT object or NULL if an error occurred
388 EC_POINT *EC_POINT_new(const EC_GROUP *group);
390 /** Frees a EC_POINT object
391 * \param point EC_POINT objec
[all...]

Completed in 83 milliseconds