1 /* The following definitions come from rpc_client/init_samr.c */
3 void init_samr_CryptPasswordEx(const char *pwd
,
4 DATA_BLOB
*session_key
,
5 struct samr_CryptPasswordEx
*pwd_buf
);
6 void init_samr_CryptPassword(const char *pwd
,
7 DATA_BLOB
*session_key
,
8 struct samr_CryptPassword
*pwd_buf
);