HomeSort by: relevance | last modified time | path
    Searched defs:des_cipher (Results 1 - 2 of 2) 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)))
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)))

Completed in 25 milliseconds