Home
last modified time | relevance | path

Searched defs:ec_key_method_st (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ec/
H A Dec_local.h666 struct ec_key_method_st { struct
667 const char *name;
668 int32_t flags;
669 int (*init)(EC_KEY *key);
670 void (*finish)(EC_KEY *key);
671 int (*copy)(EC_KEY *dest, const EC_KEY *src);
672 int (*set_group)(EC_KEY *key, const EC_GROUP *grp);
673 int (*set_private)(EC_KEY *key, const BIGNUM *priv_key);
674 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key);
675 int (*keygen)(EC_KEY *key);
[all …]

Completed in 13 milliseconds