Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/stm32/
Dstm32-cryp.c60 #define CRYP_IV1LR 0x00000048 macro
391 stm32_cryp_write(cryp, CRYP_IV1LR, cpu_to_be32(*iv++)); in stm32_cryp_hw_write_iv()
408 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, CRYP_IV1LR)); in stm32_cryp_get_iv()
1229 cryp->last_ctr[2] = stm32_cryp_read(cryp, CRYP_IV1LR); in stm32_cryp_check_ctr_counter()