Searched defs:EC_KEY (Results 1 - 3 of 3) sorted by last modified time

/external/openssl/crypto/ec/
H A Dec.h212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
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 objec
[all...]
/external/openssl/include/openssl/
H A Dec.h212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
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 objec
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h178 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st

Completed in 74 milliseconds