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

/freebsd-13-stable/crypto/openssh/
H A Dhostfile.c75 char *p, *b64salt; local
100 b64salt = xmalloc(1 + b64len);
101 memcpy(b64salt, s, b64len);
102 b64salt[b64len] = '\0';
104 ret = __b64_pton(b64salt, salt, salt_len);
105 free(b64salt);

Completed in 45 milliseconds