Lines Matching defs:tkey
480 uint32_t tkey[60];
492 tkey[0] = skey[4*num_rounds + 0];
493 tkey[1] = skey[4*num_rounds + 1];
494 tkey[2] = skey[4*num_rounds + 2];
495 tkey[3] = skey[4*num_rounds + 3];
501 br_aes_ct64_interleave_out(&tkey[4*(num_rounds - i)],
504 tkey[4*num_rounds + 0] = skey[0];
505 tkey[4*num_rounds + 1] = skey[1];
506 tkey[4*num_rounds + 2] = skey[2];
507 tkey[4*num_rounds + 3] = skey[3];
509 memcpy(skey, tkey, 4*(num_rounds + 1)*sizeof(uint32_t));
510 explicit_memset(tkey, 0, 4*(num_rounds + 1)*sizeof(uint32_t));