Searched refs:kl (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/crypt/
H A Dcrypt_des.c731 uint32_t kl, kr; local
738 kl = kr = 0;
741 kl |= comp_maskl0[i][(t0 >> ibit) & 7];
744 kl |= comp_maskl1[i][(t0 >> ibit) & 0xf];
748 ekey->l[round] = kl;
781 const uint32_t *kl = ekey->l; local
805 r48l ^= f ^ *kl++;

Completed in 25 milliseconds