/ OSX / libsecurity_cssm / lib / guids.cpp
guids.cpp
  1  /*
  2   * Copyright (c) 2000-2001,2004,2011,2014 Apple Inc. All Rights Reserved.
  3   * 
  4   * @APPLE_LICENSE_HEADER_START@
  5   * 
  6   * This file contains Original Code and/or Modifications of Original Code
  7   * as defined in and that are subject to the Apple Public Source License
  8   * Version 2.0 (the 'License'). You may not use this file except in
  9   * compliance with the License. Please obtain a copy of the License at
 10   * http://www.opensource.apple.com/apsl/ and read it before using this
 11   * file.
 12   * 
 13   * The Original Code and all software distributed under the License are
 14   * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
 15   * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
 16   * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
 17   * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
 18   * Please see the License for the specific language governing rights and
 19   * limitations under the License.
 20   * 
 21   * @APPLE_LICENSE_HEADER_END@
 22   */
 23  
 24  
 25  #include <Security/cssmapple.h>
 26  #include <libkern/OSByteOrder.h>
 27  
 28  // {87191ca0-0fc9-11d4-849a-000502b52122}
 29  const CSSM_GUID gGuidCssm =
 30  {
 31  	OSSwapHostToBigConstInt32(0x87191ca0),
 32  	OSSwapHostToBigConstInt16(0x0fc9),
 33  	OSSwapHostToBigConstInt16(0x11d4),
 34  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 35  };
 36  
 37  // {87191ca1-0fc9-11d4-849a-000502b52122}
 38  const CSSM_GUID gGuidAppleFileDL =
 39  {
 40  	OSSwapHostToBigConstInt32(0x87191ca1),
 41  	OSSwapHostToBigConstInt16(0x0fc9),
 42  	OSSwapHostToBigConstInt16(0x11d4),
 43  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 44  };
 45  
 46  // {87191ca2-0fc9-11d4-849a-000502b52122}
 47  const CSSM_GUID gGuidAppleCSP =
 48  {
 49  	OSSwapHostToBigConstInt32(0x87191ca2),
 50  	OSSwapHostToBigConstInt16(0x0fc9),
 51  	OSSwapHostToBigConstInt16(0x11d4),
 52  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 53  };
 54  
 55  // {87191ca3-0fc9-11d4-849a-000502b52122}
 56  const CSSM_GUID gGuidAppleCSPDL =
 57  {
 58  	OSSwapHostToBigConstInt32(0x87191ca3), 
 59  	OSSwapHostToBigConstInt16(0x0fc9),
 60  	OSSwapHostToBigConstInt16(0x11d4),
 61  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 62  };
 63  
 64  // {87191ca4-0fc9-11d4-849a-000502b52122}
 65  const CSSM_GUID gGuidAppleX509CL =
 66  {
 67  	OSSwapHostToBigConstInt32(0x87191ca4),
 68  	OSSwapHostToBigConstInt16(0x0fc9),
 69  	OSSwapHostToBigConstInt16(0x11d4),
 70  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 71  };
 72  
 73  // {87191ca5-0fc9-11d4-849a-000502b52122}
 74  const CSSM_GUID gGuidAppleX509TP =
 75  {
 76  	OSSwapHostToBigConstInt32(0x87191ca5),
 77  	OSSwapHostToBigConstInt16(0x0fc9),
 78  	OSSwapHostToBigConstInt16(0x11d4),
 79  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 80  };
 81  
 82  // {87191ca6-0fc9-11d4-849a-000502b52122}
 83  const CSSM_GUID gGuidAppleLDAPDL =
 84  {
 85  	OSSwapHostToBigConstInt32(0x87191ca6),
 86  	OSSwapHostToBigConstInt16(0x0fc9),
 87  	OSSwapHostToBigConstInt16(0x11d4),
 88  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 89  };
 90  
 91  // {87191ca7-0fc9-11d4-849a-000502b52122}
 92  const CSSM_GUID gGuidAppleDotMacTP =
 93  {
 94  	OSSwapHostToBigConstInt32(0x87191ca7),
 95  	OSSwapHostToBigConstInt16(0x0fc9),
 96  	OSSwapHostToBigConstInt16(0x11d4),
 97  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
 98  };
 99  
100  // 87191ca8-0fc9-11d4-849a000502b52122
101  const CSSM_GUID gGuidAppleSdCSPDL =
102  {
103  	OSSwapHostToBigConstInt32(0x87191ca8),
104  	OSSwapHostToBigConstInt16(0x0fc9),
105  	OSSwapHostToBigConstInt16(0x11d4),
106  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
107  };
108  
109  // {87191ca9-0fc9-11d4-849a-000502b52122}
110  const CSSM_GUID gGuidAppleDotMacDL =
111  {
112  	OSSwapHostToBigConstInt32(0x87191ca9),
113  	OSSwapHostToBigConstInt16(0x0fc9),
114  	OSSwapHostToBigConstInt16(0x11d4),
115  	{ 0x84, 0x9a, 0x00, 0x05, 0x02, 0xb5, 0x21, 0x22 }
116  };