Lines Matching refs:j0
132 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)];
1492 memcpy(ctx->j0, iv, ivsize);
1493 ctx->j0[3] = cpu_to_be32(1);
1507 NULL, ctx->j0, atmel_aes_gcm_process);
1537 __be32 j0_lsw, *j0 = ctx->j0;
1541 j0_lsw = j0[3];
1542 be32_add_cpu(&j0[3], 1);
1543 atmel_aes_write_block(dd, AES_IVR(0), j0);
1544 j0[3] = j0_lsw;
1654 atmel_aes_write_ctrl(dd, false, ctx->j0);