Home
last modified time | relevance | path

Searched refs:RISCV_HAS_ZKND_AND_ZKNE (Results 1 – 9 of 9) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb_hw.c152 else if (RISCV_HAS_ZKND_AND_ZKNE()) \
191 if (RISCV_HAS_ZKND_AND_ZKNE()) \
H A Dcipher_aes_xts_hw.c245 else if (RISCV_HAS_ZKND_AND_ZKNE()) \
288 if (RISCV_HAS_ZKND_AND_ZKNE()) \
H A Dcipher_aes_ccm_hw_rv32i.inc57 if (RISCV_HAS_ZKND_AND_ZKNE())
H A Dcipher_aes_gcm_hw_rv32i.inc60 if (RISCV_HAS_ZKND_AND_ZKNE())
H A Dcipher_aes_ccm_hw_rv64i.inc67 else if (RISCV_HAS_ZKND_AND_ZKNE())
H A Dcipher_aes_gcm_hw_rv64i.inc113 if (RISCV_HAS_ZKND_AND_ZKNE()) {
H A Dcipher_aes_hw_rv32i.inc101 if (RISCV_HAS_ZKND_AND_ZKNE()) \
H A Dcipher_aes_hw_rv64i.inc134 else if (RISCV_HAS_ZKND_AND_ZKNE()) \
/openssl/include/crypto/
H A Driscv_arch.h95 #define RISCV_HAS_ZKND_AND_ZKNE() (RISCV_HAS_ZKND() && RISCV_HAS_ZKNE()) macro

Completed in 13 milliseconds