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

  /src/lib/libcrypt/
md5crypt.c 33 #define FINAL(v, x) MD5Final((v), (x))
44 unsigned char final[16]; local in function:__md5crypt
82 FINAL(final, &ctx1);
85 UPDATE(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl));
88 memset(final, 0, sizeof(final));
93 UPDATE(&ctx, final, 1);
102 FINAL(final, &ctx)
    [all...]
  /src/games/battlestar/
extern.h 55 #define FINAL 275

Completed in 40 milliseconds