Lines Matching full:ipad
162 u8 ipad[SHA512_BLOCK_SIZE] OMAP_ALIGNED; member
462 (u32 *)bctx->ipad, nr_dr); in omap_sham_write_ctrl_omap4()
464 (u32 *)bctx->ipad + nr_dr, nr_dr); in omap_sham_write_ctrl_omap4()
994 memcpy(ctx->buffer, bctx->ipad, bs); in omap_sham_init()
1223 * the ipad in the beginning of the buffer if we are going for in omap_sham_final_shash()
1245 * HMAC is always >= 9 because ipad == block size. in omap_sham_final()
1298 bctx->ipad); in omap_sham_setkey()
1303 memcpy(bctx->ipad, key, keylen); in omap_sham_setkey()
1306 memset(bctx->ipad + keylen, 0, bs - keylen); in omap_sham_setkey()
1309 memcpy(bctx->opad, bctx->ipad, bs); in omap_sham_setkey()
1312 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in omap_sham_setkey()