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 212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY;
718 /** Creates a new EC_KEY object.
719 * \return EC_KEY object or NULL if an error occurred.
721 EC_KEY *EC_KEY_new(void);
723 int EC_KEY_get_flags(const EC_KEY *key);
725 void EC_KEY_set_flags(EC_KEY *key, int flags);
727 void EC_KEY_clear_flags(EC_KEY *key, int flags);
729 /** Creates a new EC_KEY object using a named curve as underlyin
    [all...]
  /external/openssl/include/openssl/
ec.h 212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY;
718 /** Creates a new EC_KEY object.
719 * \return EC_KEY object or NULL if an error occurred.
721 EC_KEY *EC_KEY_new(void);
723 int EC_KEY_get_flags(const EC_KEY *key);
725 void EC_KEY_set_flags(EC_KEY *key, int flags);
727 void EC_KEY_clear_flags(EC_KEY *key, int flags);
729 /** Creates a new EC_KEY object using a named curve as underlyin
    [all...]

Completed in 60 milliseconds