Searched refs:SALT_LEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libradius/
H A Dradlib_vs.h69 #define SALT_LEN 2 macro
H A Dradlib.c1357 if (mlen % 16 != SALT_LEN) {
1370 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
1371 Clen = mlen - SALT_LEN;
1379 MD5Update(&Context, A, SALT_LEN);
/freebsd-9.3-release/crypto/openssh/
H A Dauthfile.c84 #define SALT_LEN 16 macro
98 u_char *key, *cp, salt[SALT_LEN];
126 arc4random_buf(salt, SALT_LEN);
128 salt, SALT_LEN, key, keylen + ivlen, rounds) < 0)
130 buffer_put_string(&kdf, salt, SALT_LEN);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dradius.c117 #define SALT_LEN 2 macro
159 if (mlen % 16 != SALT_LEN) {
176 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
177 Clen = mlen - SALT_LEN;
185 MD5Update(&Context, A, SALT_LEN);

Completed in 169 milliseconds