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

/seL4-test-master/projects/musllibc/src/crypt/
H A Dcrypt_des.c503 static const uint32_t key_perm_maskr[12][16] = { variable
719 k1 |= key_perm_maskr[j][(rawkey0 >> ibit) & 0xf];
721 k1 |= key_perm_maskr[j + 1][(rawkey0 >> ibit) & 0xf] |
722 key_perm_maskr[i + 8][(rawkey1 >> ibit) & 0xf];

Completed in 22 milliseconds