Skip to content

Commit

Permalink
driver: crypto: hisilicon: add ECC gen_keypair and ECDH
Browse files Browse the repository at this point in the history
add ECC gen_keypair and shared secret

Signed-off-by: yuzexi <yuzexi@hisilicon.com>
  • Loading branch information
yuzexiyzx committed May 10, 2024
1 parent 7950274 commit 917834d
Show file tree
Hide file tree
Showing 4 changed files with 1,083 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/drivers/crypto/hisilicon/crypto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ $(call force, CFG_CRYPTO_DRV_ACIPHER,y,Mandated by CFG_HISILICON_CRYPTO_DRIVER)

ifeq ($(CFG_HISILICON_ACC_V3), y)
$(call force, CFG_CRYPTO_DRV_DH,y,Mandated by CFG_HISILICON_ACC_V3)

$(call force,CFG_CRYPTO_DRV_ECC,y,Mandated by CFG_HISILICON_ACC_V3)
endif

endif

0 comments on commit 917834d

Please sign in to comment.