Home
last modified time | relevance | path

Searched refs:des_cipher (Results 1 – 3 of 3) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dcrypt.c477 if (des_cipher((char *)&keyblock,
516 if (des_cipher((char *)&constdatablock, (char *)&rsltblock,
587 des_cipher(in, out, salt, num_iter) in des_cipher() function
908 if (des_cipher((char *)&cblock, (char *)&cblock, 0L, (flag ? -1: 1)))
/original-bsd/include/
H A Dunistd.h87 int des_cipher __P((const char *, char *, long, int));
/original-bsd/usr.bin/bdes/
H A Dbdes.c76 if (des_cipher(buf, buf, 0L, (inverse ? -1 : 1))) \