Lines Matching full:ipad
166 u8 ipad[SHA512_BLOCK_SIZE] OMAP_ALIGNED; member
485 (u32 *)bctx->ipad, nr_dr); in omap_sham_write_ctrl_omap4()
487 (u32 *)bctx->ipad + nr_dr, nr_dr); in omap_sham_write_ctrl_omap4()
1017 memcpy(ctx->buffer, bctx->ipad, bs); in omap_sham_init()
1239 * the ipad in the beginning of the buffer if we are going for in omap_sham_final_shash()
1261 * HMAC is always >= 9 because ipad == block size. in omap_sham_final()
1314 bctx->ipad); in omap_sham_setkey()
1319 memcpy(bctx->ipad, key, keylen); in omap_sham_setkey()
1322 memset(bctx->ipad + keylen, 0, bs - keylen); in omap_sham_setkey()
1325 memcpy(bctx->opad, bctx->ipad, bs); in omap_sham_setkey()
1328 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in omap_sham_setkey()