digest_keys.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * This file is automatically generated, do not edit
  3. *
  4. * Copyright (C) 2001-2003 FhG Fokus
  5. *
  6. * This file is part of ser, a free SIP server.
  7. *
  8. * ser is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 2 of the License, or
  11. * (at your option) any later version
  12. *
  13. * For a license to use the ser software under conditions
  14. * other than those described here, or to purchase support for this
  15. * software, please contact iptel.org by e-mail at the following addresses:
  16. * [email protected]
  17. *
  18. * ser is distributed in the hope that it will be useful,
  19. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. * GNU General Public License for more details.
  22. *
  23. * You should have received a copy of the GNU General Public License
  24. * along with this program; if not, write to the Free Software
  25. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  26. */
  27. #ifndef DIGEST_KEYS_H
  28. #define DIGEST_KEYS_H
  29. #define _user_ 0x72657375 /* "user" */
  30. #define _name_ 0x656d616e /* "name" */
  31. #define _real_ 0x6c616572 /* "real" */
  32. #define _nonc_ 0x636e6f6e /* "nonc" */
  33. #define _resp_ 0x70736572 /* "resp" */
  34. #define _onse_ 0x65736e6f /* "onse" */
  35. #define _cnon_ 0x6e6f6e63 /* "cnon" */
  36. #define _opaq_ 0x7161706f /* "opaq" */
  37. #define _algo_ 0x6f676c61 /* "algo" */
  38. #define _rith_ 0x68746972 /* "rith" */
  39. #endif /* DIGEST_KEYS_H */