Searched defs:ec_key_method_st (Results 1 – 1 of 1) sorted by relevance
664 struct ec_key_method_st { struct665 const char *name;666 int32_t flags;667 int (*init)(EC_KEY *key);668 void (*finish)(EC_KEY *key);669 int (*copy)(EC_KEY *dest, const EC_KEY *src);670 int (*set_group)(EC_KEY *key, const EC_GROUP *grp);671 int (*set_private)(EC_KEY *key, const BIGNUM *priv_key);672 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key);673 int (*keygen)(EC_KEY *key);[all …]