Home
last modified time | relevance | path

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

/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c221 unsigned char ivbuf[AES_BLOCK_SIZE+PPC_ALIGN]; in p10_aes_gcm_crypt() local
222 unsigned char *iv = PTR_ALIGN((void *)ivbuf, PPC_ALIGN); in p10_aes_gcm_crypt()
231 memset(ivbuf, 0, sizeof(ivbuf)); in p10_aes_gcm_crypt()
/linux/drivers/crypto/
H A Domap-aes.c491 static void omap_aes_copy_ivout(struct omap_aes_dev *dd, u8 *ivbuf) in omap_aes_copy_ivout() argument
496 ((u32 *)ivbuf)[i] = omap_aes_read(dd, AES_REG_IV(dd, i)); in omap_aes_copy_ivout()