OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EC_POINT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec.h
131
typedef struct ec_point_st
EC_POINT
;
232
* \param generator
EC_POINT
object with the generator.
238
int EC_GROUP_set_generator(EC_GROUP *group, const
EC_POINT
*generator, const BIGNUM *order, const BIGNUM *cofactor);
244
const
EC_POINT
*EC_GROUP_get0_generator(const EC_GROUP *group);
401
/*
EC_POINT
functions */
404
/** Creates a new
EC_POINT
object for the specified EC_GROUP
406
* \return newly created
EC_POINT
object or NULL if an error occurred
408
EC_POINT
*EC_POINT_new(const EC_GROUP *group);
410
/** Frees a
EC_POINT
object
411
* \param point
EC_POINT
object to be free
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
ec.h
131
typedef struct ec_point_st
EC_POINT
;
232
* \param generator
EC_POINT
object with the generator.
238
int EC_GROUP_set_generator(EC_GROUP *group, const
EC_POINT
*generator, const BIGNUM *order, const BIGNUM *cofactor);
244
const
EC_POINT
*EC_GROUP_get0_generator(const EC_GROUP *group);
401
/*
EC_POINT
functions */
404
/** Creates a new
EC_POINT
object for the specified EC_GROUP
406
* \return newly created
EC_POINT
object or NULL if an error occurred
408
EC_POINT
*EC_POINT_new(const EC_GROUP *group);
410
/** Frees a
EC_POINT
object
411
* \param point
EC_POINT
object to be free
[
all
...]
/external/openssl/crypto/ec/
ec.h
131
typedef struct ec_point_st
EC_POINT
;
232
* \param generator
EC_POINT
object with the generator.
238
int EC_GROUP_set_generator(EC_GROUP *group, const
EC_POINT
*generator, const BIGNUM *order, const BIGNUM *cofactor);
244
const
EC_POINT
*EC_GROUP_get0_generator(const EC_GROUP *group);
401
/*
EC_POINT
functions */
404
/** Creates a new
EC_POINT
object for the specified EC_GROUP
406
* \return newly created
EC_POINT
object or NULL if an error occurred
408
EC_POINT
*EC_POINT_new(const EC_GROUP *group);
410
/** Frees a
EC_POINT
object
411
* \param point
EC_POINT
object to be free
[
all
...]
/external/openssl/include/openssl/
ec.h
131
typedef struct ec_point_st
EC_POINT
;
232
* \param generator
EC_POINT
object with the generator.
238
int EC_GROUP_set_generator(EC_GROUP *group, const
EC_POINT
*generator, const BIGNUM *order, const BIGNUM *cofactor);
244
const
EC_POINT
*EC_GROUP_get0_generator(const EC_GROUP *group);
401
/*
EC_POINT
functions */
404
/** Creates a new
EC_POINT
object for the specified EC_GROUP
406
* \return newly created
EC_POINT
object or NULL if an error occurred
408
EC_POINT
*EC_POINT_new(const EC_GROUP *group);
410
/** Frees a
EC_POINT
object
411
* \param point
EC_POINT
object to be free
[
all
...]
Completed in 45 milliseconds