Lines Matching refs:j0
132 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)];
1523 memcpy(ctx->j0, iv, ivsize);
1524 ctx->j0[3] = cpu_to_be32(1);
1538 NULL, ctx->j0, atmel_aes_gcm_process);
1568 __be32 j0_lsw, *j0 = ctx->j0;
1572 j0_lsw = j0[3];
1573 be32_add_cpu(&j0[3], 1);
1574 atmel_aes_write_block(dd, AES_IVR(0), j0);
1575 j0[3] = j0_lsw;
1685 atmel_aes_write_ctrl(dd, false, ctx->j0);