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

/freebsd-current/lib/libradius/
H A Dradlib_vs.h69 #define SALT_LEN 2 macro
H A Dradlib.c1522 if (mlen % 16 != SALT_LEN) {
1535 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
1536 Clen = mlen - SALT_LEN;
1544 MD5Update(&Context, A, SALT_LEN);
/freebsd-current/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);
/freebsd-current/crypto/openssh/
H A Dsshkey.c77 #define SALT_LEN 16 macro
2753 u_char salt[SALT_LEN];
2789 arc4random_buf(salt, SALT_LEN);
2791 salt, SALT_LEN, key, keylen + ivlen, rounds) < 0) {
2795 if ((r = sshbuf_put_string(kdf, salt, SALT_LEN)) != 0 ||

Completed in 295 milliseconds