Home | History | Annotate | Download | only in ciphers

Lines Matching refs:edf

1306 static void _deskey(const unsigned char *key, short edf, ulong32 *keyout)
1308 static void deskey(const unsigned char *key, short edf, ulong32 *keyout)
1321 if (edf == DE1) {
1358 static void deskey(const unsigned char *key, short edf, ulong32 *keyout)
1360 _deskey(key, edf, keyout);