Searched defs:ec_key_method_st (Results 1 – 3 of 3) sorted by relevance
| /third_party/openssl/ohos_lite/crypto/ec/ |
| D | ec_local.h | 604 struct ec_key_method_st { struct 605 const char *name; 606 int32_t flags; 607 int (*init)(EC_KEY *key); 608 void (*finish)(EC_KEY *key); 609 int (*copy)(EC_KEY *dest, const EC_KEY *src); 610 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); 611 int (*set_private)(EC_KEY *key, const BIGNUM *priv_key); 612 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key); 613 int (*keygen)(EC_KEY *key); [all …]
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| D | ec_local.h | 636 struct ec_key_method_st { struct 637 const char *name; 638 int32_t flags; 639 int (*init)(EC_KEY *key); 640 void (*finish)(EC_KEY *key); 641 int (*copy)(EC_KEY *dest, const EC_KEY *src); 642 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); 643 int (*set_private)(EC_KEY *key, const BIGNUM *priv_key); 644 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key); 645 int (*keygen)(EC_KEY *key); [all …]
|
| /third_party/openssl/crypto/ec/ |
| D | ec_local.h | 636 struct ec_key_method_st { struct 637 const char *name; 638 int32_t flags; 639 int (*init)(EC_KEY *key); 640 void (*finish)(EC_KEY *key); 641 int (*copy)(EC_KEY *dest, const EC_KEY *src); 642 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); 643 int (*set_private)(EC_KEY *key, const BIGNUM *priv_key); 644 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key); 645 int (*keygen)(EC_KEY *key); [all …]
|