Searched defs:EC_KEY (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/net/quic/crypto/ |
H A D | p256_key_exchange.h | 18 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st 19 extern "C" void EC_KEY_free(EC_KEY* key); 64 P256KeyExchange(EC_KEY* private_key, const uint8* public_key); 66 crypto::ScopedOpenSSL<EC_KEY, EC_KEY_free> private_key_;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
H A D | ec.h | 212 * 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/openssl/openssl/include/openssl/ |
H A D | ec.h | 212 * 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/crypto/ec/ |
H A D | ec.h | 212 * 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 D | ec.h | 212 * 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...] |
Completed in 434 milliseconds