OLD | NEW |
1 /* | 1 /* |
2 * xfm.h | 2 * xfm.h |
3 * | 3 * |
4 * interface for abstract crypto transform | 4 * interface for abstract crypto transform |
5 * | 5 * |
6 * David A. McGrew | 6 * David A. McGrew |
7 * Cisco Systems, Inc. | 7 * Cisco Systems, Inc. |
8 */ | 8 */ |
| 9 |
9 /* | 10 /* |
10 * | 11 * |
11 * Copyright (c) 2001-2006, Cisco Systems, Inc. | 12 * Copyright (c) 2001-2006, Cisco Systems, Inc. |
12 * All rights reserved. | 13 * All rights reserved. |
13 * | 14 * |
14 * Redistribution and use in source and binary forms, with or without | 15 * Redistribution and use in source and binary forms, with or without |
15 * modification, are permitted provided that the following conditions | 16 * modification, are permitted provided that the following conditions |
16 * are met: | 17 * are met: |
17 * | 18 * |
18 * Redistributions of source code must retain the above copyright | 19 * Redistributions of source code must retain the above copyright |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 | 166 |
166 | 167 |
167 | 168 |
168 /** | 169 /** |
169 * @} | 170 * @} |
170 */ | 171 */ |
171 | 172 |
172 #endif /* XFM_H */ | 173 #endif /* XFM_H */ |
173 | 174 |
174 | 175 |
OLD | NEW |