Home
last modified time | relevance | path

Searched defs:ctr32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/crypto/
H A Dxctr.c41 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_final() local
57 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_segment() local
84 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_inplace() local
/openbmc/qemu/target/riscv/
H A Dcsr.c162 static RISCVException ctr32(CPURISCVState *env, int csrno) in ctr32() function