Searched full:acry (Results 1 – 5 of 5) sorted by relevance
4 $id: http://devicetree.org/schemas/crypto/aspeed,ast2600-acry.yaml#7 title: ASPEED ACRY ECDSA/RSA Hardware Accelerator Engines13 The ACRY ECDSA/RSA engines is designed to accelerate the throughput14 of ECDSA/RSA signature and verification. Basically, ACRY can be20 - aspeed,ast2600-acry24 - description: acry base address & size25 - description: acry sram base address & size44 acry: crypto@1e6fa000 {45 compatible = "aspeed,ast2600-acry";
33 * ACRY register definitions *36 #define ASPEED_ACRY_TRIGGER 0x000 /* ACRY Engine Control: trigger */37 #define ASPEED_ACRY_DMA_CMD 0x048 /* ACRY Engine Control: Command */38 #define ASPEED_ACRY_DMA_SRC_BASE 0x04C /* ACRY DRAM base address for DMA */39 #define ASPEED_ACRY_DMA_LEN 0x050 /* ACRY Data Length of DMA */40 #define ASPEED_ACRY_RSA_KEY_LEN 0x058 /* ACRY RSA Exp/Mod Key Length (Bits) */41 #define ASPEED_ACRY_INT_MASK 0x3F8 /* ACRY Interrupt Mask */42 #define ASPEED_ACRY_STATUS 0x3FC /* ACRY Interrupt Status */57 /* acry isr */61 #define ASPEED_ACRY_SRAM_MAX_LEN 2048 /* ACRY SRAM maximum length (Bytes) */[all …]
49 bool "Enable Aspeed ACRY RSA Engine"54 Select here to enable Aspeed ECC/RSA Engine (ACRY)
9 aspeed_acry-$(CONFIG_CRYPTO_DEV_ASPEED_ACRY) += aspeed-acry.o
418 acry: crypto@1e6fa000 { label419 compatible = "aspeed,ast2600-acry";