OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:des_cipher
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libcrypt/
crypt.c
76
* (Either that or never pass unaligned addresses to
des_cipher
!)
101
* of lookup tables. This speeds up des_setkey() and
des_cipher
(), but has
612
if (
des_cipher
((char *)(void *)&keyblock,
657
if (
des_cipher
((char *)(void *)&constdatablock,
741
des_cipher
(const char *in, char *out, long salt, int num_iter)
function in typeref:typename:int
1052
if (
des_cipher
((char *)&cblock, (char *)&cblock, 0L, (flag ? -1: 1)))
/src/include/
unistd.h
341
int
des_cipher
(const char *, char *, long, int);
/src/bin/ed/
cbc.c
108
if (
des_cipher
(buf, buf, 0L, (inverse ? -1 : 1))) \
109
des_error("
des_cipher
");
/src/usr.bin/bdes/
bdes.c
104
if (
des_cipher
(buf, buf, 0L, (inverse ? -1 : 1))) \
105
bdes_err(0, "
des_cipher
");
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025