Home
last modified time | relevance | path

Searched full:zvkb (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/crypto/openssl/crypto/modes/
H A Dbuild.info46 …$MODESASM_riscv64=ghash-riscv64.s ghash-riscv64-zvkb-zvbc.s ghash-riscv64-zvkg.s aes-gcm-riscv64-z…
94 GENERATE[ghash-riscv64-zvkb-zvbc.s]=asm/ghash-riscv64-zvkb-zvbc.pl
96 GENERATE[aes-gcm-riscv64-zvkb-zvkg-zvkned.s]=asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl
/freebsd/crypto/openssl/crypto/sha/
H A Dbuild.info49 $SHA1ASM_riscv64=sha_riscv.c sha256-riscv64-zvkb-zvknha_or_zvknhb.S sha512-riscv64-zvkb-zvknhb.S
173 GENERATE[sha256-riscv64-zvkb-zvknha_or_zvknhb.S]=asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl
174 GENERATE[sha512-riscv64-zvkb-zvknhb.S]=asm/sha512-riscv64-zvkb-zvknhb.pl
/freebsd/crypto/openssl/crypto/chacha/
H A Dbuild.info25 $CHACHAASM_riscv64=chacha_riscv.c chacha_enc.c chacha-riscv64-v-zbb.s chacha-riscv64-v-zbb-zvkb.s
57 GENERATE[chacha-riscv64-v-zbb-zvkb.s]=asm/chacha-riscv64-v-zbb.pl zvkb
/freebsd/crypto/openssl/crypto/aes/
H A Dbuild.info55 …$AESASM_riscv64=aes_cbc.c aes-riscv64.s aes-riscv64-zkn.s aes-riscv64-zvkb-zvkned.s aes-riscv64-zv…
132 GENERATE[aes-riscv64-zvkb-zvkned.s]=asm/aes-riscv64-zvkb-zvkned.pl
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_riscvcap.3180 .IP ZVKB 4
181 .IX Item "ZVKB"
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleZvk.td24 /// Zvkb extension
68 /// Zvkb extension
H A DRISCVFeatures.td733 : RISCVExtension<"zvkb", 1, 0,
734 "'Zvkb' (Vector Bit-manipulation used in Cryptography)">,
738 "'Zvkb' (Vector Bit-manipulation used in Cryptography)">;
819 "'Zvkn' (shorthand for 'Zvkned', 'Zvknhb', 'Zvkb', and "
836 "'Zvks' (shorthand for 'Zvksed', 'Zvksh', 'Zvkb', and "
H A DRISCVSchedSiFiveP600.td773 // Zvkb
1107 // Zvkb
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources16 crypto/aes/asm/aes-riscv64-zvkb-zvkned.pl
271 crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl
278 crypto/modes/asm/ghash-riscv64-zvkb-zvbc.pl
372 crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl
381 crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl
H A Dfips-sources.checksums16 ecd9bdfaf25cdd3d8ec0c50cb4306d98374da1c6056e27e0cf31a057dc5ee150 crypto/aes/asm/aes-riscv64-zvkb-z…
271 …f781a42fba43227e133976a24d0fddebf63909f7e010a crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl
278 …10aee1e97f098683e290c221cc90f6f4f8047b331e8071a8387559 crypto/modes/asm/ghash-riscv64-zvkb-zvbc.pl
372 …8780e981b7da123203395c085334d4571b619b0a610 crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl
381 …856cffaef291641c4ae7f59288ed1e65e38823cfdcb74f8ac5295 crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl
/freebsd/crypto/openssl/crypto/perlasm/
H A Driscv.pm824 ## Zvbb and Zvkb instructions
826 ## vandn (also in zvkb)
828 ## vbrev8 (also in zvkb)
829 ## vrev8 (also in zvkb)
833 ## vrol (also in zvkb)
834 ## vror (also in zvkb)
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_rv64i.inc71 * RISC-V RV64 ZVKB, ZVKG and ZVKNED support for AES GCM.
/freebsd/crypto/openssl/include/crypto/
H A Driscv_arch.h110 * The ZVBB is the superset of ZVKB extension. We use macro here to replace the
H A Driscv_arch.def46 RISCV_DEFINE_CAP(ZVKB, 0, 17, 4, (1 << 19))
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_riscvcap.pod139 =item ZVKB
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml482 - const: zvkb
484 The standard Zvkb extension for vector cryptography bit-manipulation
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-riscv64-zvkg.pl42 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
H A Dghash-riscv64-zvkb-zvbc.pl39 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-riscv64-v-zbb.pl43 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
58 my $use_zvkb = $flavour && $flavour =~ /zvkb/i ? 1 : 0;
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-riscv64-zvkb-zvknhb.pl41 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
H A Dsha256-riscv64-zvkb-zvknha_or_zvknhb.pl41 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
/freebsd/crypto/openssl/crypto/sm4/asm/
H A Dsm4-riscv64-zvksed.pl40 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
/freebsd/crypto/openssl/crypto/sm3/asm/
H A Dsm3-riscv64-zvksh.pl41 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-riscv64-zvkb-zvkned.pl39 # - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp664 .Case("Zvkb", RVV_REQ_Zvkb) in createRVVIntrinsics()

12