Skip to content

Commit 00919ea

Browse files
lizhigaozhangfei
authored andcommitted
uadk_engine: delete several unused functions
Delete several unused functions in asymmetric encryption algorithm to improve code clarity. Signed-off-by: lizhi <lizhi206@huawei.com> Signed-off-by: JiangShui Yang <yangjiangshui@h-partners.com>
1 parent 896a89a commit 00919ea

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/uadk_pkey.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,10 @@ int uadk_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p,
7575
int uadk_init_ecc(void);
7676
const EVP_PKEY_METHOD *get_openssl_pkey_meth(int nid);
7777
int uadk_sm2_create_pmeth(struct uadk_pkey_meth *pkey_meth);
78-
void uadk_sm2_delete_pmeth(struct uadk_pkey_meth *pkey_meth);
7978
int uadk_ec_create_pmeth(struct uadk_pkey_meth *pkey_meth);
8079
void uadk_ec_delete_meth(void);
8180
int uadk_x448_create_pmeth(struct uadk_pkey_meth *pkey_meth);
82-
void uadk_x448_delete_pmeth(struct uadk_pkey_meth *pkey_meth);
8381
int uadk_x25519_create_pmeth(struct uadk_pkey_meth *pkey_meth);
84-
void uadk_x25519_delete_pmeth(struct uadk_pkey_meth *pkey_meth);
8582
int uadk_bind_ec(ENGINE *e);
8683
int uadk_e_ecc_get_numa_id(void);
8784
int uadk_e_ecc_get_support_state(int alg_tag);

0 commit comments

Comments
 (0)