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

/freebsd-11-stable/lib/libradius/
H A Dradlib_vs.h69 #define SALT_LEN 2 macro
H A Dradlib.c1506 if (mlen % 16 != SALT_LEN) {
1519 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
1520 Clen = mlen - SALT_LEN;
1528 MD5Update(&Context, A, SALT_LEN);
/freebsd-11-stable/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-11-stable/usr.sbin/ppp/
H A Dradius.c119 #define SALT_LEN 2 macro
161 if (mlen % 16 != SALT_LEN) {
178 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
179 Clen = mlen - SALT_LEN;
187 MD5Update(&Context, A, SALT_LEN);
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c68 #define SALT_LEN 16 macro
3043 u_char salt[SALT_LEN];
3084 arc4random_buf(salt, SALT_LEN);
3086 salt, SALT_LEN, key, keylen + ivlen, rounds) < 0) {
3090 if ((r = sshbuf_put_string(kdf, salt, SALT_LEN)) != 0 ||

Completed in 83 milliseconds