Searched full:zvkg (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/riscv/crypto/ |
| H A D | Makefile | 5 aes-riscv64-zvkned-zvbb-zvkg.o aes-riscv64-zvkned-zvkb.o 8 ghash-riscv64-y := ghash-riscv64-glue.o ghash-riscv64-zvkg.o
|
| H A D | Kconfig | 19 - Zvkg vector crypto extension (XTS) 29 - Zvkg vector crypto extension
|
| H A D | ghash-riscv64-zvkg.S | 43 // - RISC-V Vector GCM/GMAC extension ('Zvkg') 48 .option arch, +zvkg
|
| H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 44 // - RISC-V Vector GCM/GMAC extension ('Zvkg') 49 .option arch, +zvkned, +zvbb, +zvkg 84 // bits reversed within each byte. The zvkg extension provides the vgmul
|
| H A D | aes-riscv64-glue.c | 559 .cra_driver_name = "xts-aes-riscv64-zvkned-zvbb-zvkg", 567 riscv_isa_extension_available(NULL, ZVKG) && in riscv64_aes_xts_supported()
|
| /linux/Documentation/devicetree/bindings/riscv/ |
| H A D | extensions.yaml | 587 - const: zvkg 589 The standard Zvkg extension for vector GCM/GMAC instructions, as 873 - const: zvkg
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | get-reg-list.c | 573 KVM_ISA_EXT_ARR(ZVKG), in isa_ext_single_id_to_str() 1214 KVM_ISA_EXT_SIMPLE_CONFIG(zvkg, ZVKG);
|
| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 159 EXT_KEY(ZVKG); in hwprobe_isa_ext0()
|
| H A D | cpufeature.c | 517 __RISCV_ISA_EXT_DATA_VALIDATE(zvkg, RISCV_ISA_EXT_ZVKG, riscv_ext_vector_crypto_validate),
|
| /linux/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 136 * :c:macro:`RISCV_HWPROBE_EXT_ZVKG`: The Zvkg extension is supported as
|