Searched refs:REG_AUTH_IV0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/crypto/qce/ |
H A D | common.c | 171 qce_clear_array(qce, REG_AUTH_IV0, 16); in qce_setup_regs_ahash() 195 qce_write_array(qce, REG_AUTH_IV0, (u32 *)auth, iv_words); in qce_setup_regs_ahash() 463 qce_clear_array(qce, REG_AUTH_IV0, 16); in qce_setup_regs_aead() 484 qce_write_array(qce, REG_AUTH_IV0, (u32 *)authiv, authiv_words); in qce_setup_regs_aead()
|
H A D | regs-v5.h | 37 #define REG_AUTH_IV0 0x310 macro
|