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

  /src/lib/libradius/
radlib_vs.h 71 #define SALT_LEN 2
radlib.c 1204 if (mlen % 16 != SALT_LEN) {
1217 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
1218 Clen = mlen - SALT_LEN;
1226 MD5Update(&Context, (MD5Buf)A, (MD5Len)SALT_LEN);

Completed in 13 milliseconds