HomeSort by: relevance | last modified time | path
    Searched defs:gen_pattern (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
gen-des.pl 11 sub gen_pattern subroutine
44 gen_pattern("pc1_c_3", 7, [ 5, 13, 21 ], 0, 0x1000000);
45 gen_pattern("pc1_c_4", 15, [ 1, 9, 17, 25 ], 0, 0x1000000);
46 gen_pattern("pc1_d_3", 7, [ 49, 41, 33 ], 32, 0x1000000);
47 gen_pattern("pc1_d_4", 15, [ 57, 53, 45, 37 ], 32, 0x1000000);
49 gen_pattern("pc2_c_1", 63, [ 5, 24, 7, 16, 6, 10 ], 0, 0x800000);
50 gen_pattern("pc2_c_2", 63, [ 20, 18, 12, 3, 15, 23 ], 0, 0x800000);
51 gen_pattern("pc2_c_3", 63, [ 1, 9, 19, 2, 14, 22 ], 0, 0x800000);
52 gen_pattern("pc2_c_4", 63, [ 11, 13, 4, 17, 21, 8 ], 0, 0x800000);
54 gen_pattern("pc2_d_1", 63, [ 51, 35, 31, 52, 39, 45 ], 28, 0x800000)
    [all...]

Completed in 23 milliseconds