Home
last modified time | relevance | path

Searched refs:shifts2 (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/des/
Dset_key.c347 static const int shifts2[16]={0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0}; in private_DES_set_key_unchecked() local
378 if (shifts2[i]) in private_DES_set_key_unchecked()
/external/chromium_org/third_party/boringssl/src/crypto/des/
Ddes.c295 static const int shifts2[16] = {0, 0, 1, 1, 1, 1, 1, 1, in DES_set_key() local
322 if (shifts2[i]) { in DES_set_key()