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

  /external/openssl/crypto/ec/
ec.h 193 * form src to the newly created EC_KEY object
683 /* EC_KEY functions */
686 typedef struct ec_key_st EC_KEY;
692 /** Creates a new EC_KEY object.
693 * \return EC_KEY object or NULL if an error occurred.
695 EC_KEY *EC_KEY_new(void);
697 /** Creates a new EC_KEY object using a named curve as underlying
700 * \return EC_KEY object or NULL if an error occurred.
702 EC_KEY *EC_KEY_new_by_curve_name(int nid);
704 /** Frees a EC_KEY object
    [all...]
  /external/openssl/include/openssl/
ec.h 193 * form src to the newly created EC_KEY object
683 /* EC_KEY functions */
686 typedef struct ec_key_st EC_KEY;
692 /** Creates a new EC_KEY object.
693 * \return EC_KEY object or NULL if an error occurred.
695 EC_KEY *EC_KEY_new(void);
697 /** Creates a new EC_KEY object using a named curve as underlying
700 * \return EC_KEY object or NULL if an error occurred.
702 EC_KEY *EC_KEY_new_by_curve_name(int nid);
704 /** Frees a EC_KEY object
    [all...]

Completed in 32 milliseconds