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

/freebsd-10.1-release/lib/libradius/
H A Dradlib_vs.h69 #define SALT_LEN 2 macro
H A Dradlib.c1487 if (mlen % 16 != SALT_LEN) {
1500 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
1501 Clen = mlen - SALT_LEN;
1509 MD5Update(&Context, A, SALT_LEN);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c279 #define SALT_LEN 8
280 SVN_ERR(get_random_bytes(&salt_vector, ctx, SALT_LEN, result_pool));
285 salt_vector, SALT_LEN,
380 *salt = wrap_as_string(salt_vector, SALT_LEN, result_pool);
515 SVN_ERR(get_random_bytes(&salt_vector, ctx, SALT_LEN, result_pool));
520 salt_vector, SALT_LEN,
598 *salt = wrap_as_string(salt_vector, SALT_LEN, result_pool);
277 #define SALT_LEN macro
/freebsd-10.1-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-10.1-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 68 milliseconds