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

/freebsd-12-stable/lib/libradius/
H A Dradlib_vs.h71 #define SALT_LEN 2 macro
H A Dradlib.c1521 if (mlen % 16 != SALT_LEN) {
1534 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
1535 Clen = mlen - SALT_LEN;
1543 MD5Update(&Context, A, SALT_LEN);
/freebsd-12-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-12-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-12-stable/crypto/openssh/
H A Dsshkey.c72 #define SALT_LEN 16 macro
3401 u_char salt[SALT_LEN];
3438 arc4random_buf(salt, SALT_LEN);
3440 salt, SALT_LEN, key, keylen + ivlen, rounds) < 0) {
3444 if ((r = sshbuf_put_string(kdf, salt, SALT_LEN)) != 0 ||

Completed in 178 milliseconds