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

  /external/openssl/crypto/ec/
ec.h 129 EC_GROUP;
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP object to be cleared and freed
    [all...]
  /external/openssl/include/openssl/
ec.h 129 EC_GROUP;
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP object to be cleared and freed
    [all...]

Completed in 65 milliseconds