Lines Matching full:ipad
166 u8 ipad[SHA512_BLOCK_SIZE] OMAP_ALIGNED; member
467 (u32 *)bctx->ipad, nr_dr); in omap_sham_write_ctrl_omap4()
469 (u32 *)bctx->ipad + nr_dr, nr_dr); in omap_sham_write_ctrl_omap4()
999 memcpy(ctx->buffer, bctx->ipad, bs); in omap_sham_init()
1224 * the ipad in the beginning of the buffer if we are going for in omap_sham_final_shash()
1246 * HMAC is always >= 9 because ipad == block size. in omap_sham_final()
1299 bctx->ipad); in omap_sham_setkey()
1304 memcpy(bctx->ipad, key, keylen); in omap_sham_setkey()
1307 memset(bctx->ipad + keylen, 0, bs - keylen); in omap_sham_setkey()
1310 memcpy(bctx->opad, bctx->ipad, bs); in omap_sham_setkey()
1313 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in omap_sham_setkey()