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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c101 char *crypted; local
112 crypted = md5_crypt(password, salt);
114 crypted = crypt(password, salt);
117 crypted = bigcrypt(password, salt);
119 crypted = crypt(password, salt);
121 crypted = bigcrypt(password, salt);
123 crypted = crypt(password, salt);
126 return crypted;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crypto.c66 const svn_string_t *crypted = NULL;
73 crypted = svn_string_ncreate((const char *)blobout.pbData,
77 return crypted;
83 decrypt_data(const svn_string_t *crypted,
91 blobin.cbData = crypted->len;
92 blobin.pbData = (BYTE *)crypted->data;
65 const svn_string_t *crypted = NULL; local
82 decrypt_data(const svn_string_t *crypted, apr_pool_t *pool) argument

Completed in 70 milliseconds