OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pc1_d_3
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
des-tables.h
17
/*
pc1_d_3
bit pattern 49 41 33 */
18
static int
pc1_d_3
[8] = {
variable
des.c
243
d = (
pc1_d_3
[(t2 >> (1 )) & 0x7] << 3)
244
| (
pc1_d_3
[(t2 >> (1 + 8 )) & 0x7] << 2)
245
| (
pc1_d_3
[(t2 >> (1 + 8 + 8 )) & 0x7] << 1)
246
| (
pc1_d_3
[(t2 >> (1 + 8 + 8 + 8)) & 0x7] << 0)
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026