Searched refs:j0 (Results 1 – 1 of 1) sorted by relevance
132 u32 j0[AES_BLOCK_SIZE / sizeof(u32)]; member1556 memcpy(ctx->j0, iv, ivsize); in atmel_aes_gcm_start()1557 ctx->j0[3] = cpu_to_be32(1); in atmel_aes_gcm_start()1571 NULL, ctx->j0, atmel_aes_gcm_process); in atmel_aes_gcm_start()1601 u32 j0_lsw, *j0 = ctx->j0; in atmel_aes_gcm_length() local1605 j0_lsw = j0[3]; in atmel_aes_gcm_length()1606 j0[3] = cpu_to_be32(be32_to_cpu(j0[3]) + 1); in atmel_aes_gcm_length()1607 atmel_aes_write_block(dd, AES_IVR(0), j0); in atmel_aes_gcm_length()1608 j0[3] = j0_lsw; in atmel_aes_gcm_length()1718 atmel_aes_write_ctrl(dd, false, ctx->j0); in atmel_aes_gcm_tag()