Searched refs:ivbuf (Results 1 – 2 of 2) sorted by relevance
221 unsigned char ivbuf[AES_BLOCK_SIZE+PPC_ALIGN]; in p10_aes_gcm_crypt() local222 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()
491 static void omap_aes_copy_ivout(struct omap_aes_dev *dd, u8 *ivbuf) in omap_aes_copy_ivout() argument496 ((u32 *)ivbuf)[i] = omap_aes_read(dd, AES_REG_IV(dd, i)); in omap_aes_copy_ivout()