Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c220 u32 *iv_in) in dthe_aes_set_ctrl_key() argument
290 (iv_in[0] & DTHE_AES_CCM_L_FROM_IV_MASK)); in dthe_aes_set_ctrl_key()
296 if (iv_in) { in dthe_aes_set_ctrl_key()
299 writel_relaxed(iv_in[i], in dthe_aes_set_ctrl_key()
863 u32 iv_in[AES_IV_WORDS]; in dthe_aead_run() local
1039 memcpy(iv_in, req->iv, GCM_AES_IV_SIZE); in dthe_aead_run()
1041 iv_in[0] = 0; in dthe_aead_run()
1042 iv_in[1] = 0; in dthe_aead_run()
1043 iv_in[2] = 0; in dthe_aead_run()
1045 iv_in[3] = 0x01000000; in dthe_aead_run()
[all …]