Skip to content

Commit

Permalink
add rsa algorithm
Browse files Browse the repository at this point in the history
Signed-off-by: yuzexi <[email protected]>
  • Loading branch information
yuzexiyzx committed Nov 13, 2024
1 parent 8f64525 commit b696293
Show file tree
Hide file tree
Showing 4 changed files with 1,462 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/drivers/crypto/hisilicon/crypto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $(call force,CFG_CRYPTO_DRV_AUTHENC,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)
$(call force,CFG_CRYPTO_DRV_RSA,y,Mandated by CFG_HISILICON_ACC_V3)
endif

endif
Loading

0 comments on commit b696293

Please sign in to comment.