Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/crypto/amcc/
Dcrypto4xx_core.c205 pd_uinfo->sa_va = &dev->shadow_sa_pool[i].sa; in crypto4xx_build_pdr()
528 if (pd_uinfo->sa_va->sa_command_0.bf.scatter) { in crypto4xx_cipher_done()
537 if (pd_uinfo->sa_va->sa_command_0.bf.save_iv == SA_SAVE_IV) { in crypto4xx_cipher_done()
581 if (pd_uinfo->sa_va->sa_command_0.bf.scatter) { in crypto4xx_aead_done()
590 if (pd_uinfo->sa_va->sa_command_0.bf.dir == DIR_OUTBOUND) { in crypto4xx_aead_done()
819 sa = pd_uinfo->sa_va; in crypto4xx_build_pd()
Dcrypto4xx_core.h67 struct dynamic_sa_ctl *sa_va; /* shadow sa */ member