Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/firmware/ath11k/IPQ8074/hw2.0
File: Notice.txt
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
[1000] Fix | Delete
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
[1001] Fix | Delete
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
[1002] Fix | Delete
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
[1003] Fix | Delete
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
[1004] Fix | Delete
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
[1005] Fix | Delete
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
[1006] Fix | Delete
*/
[1007] Fix | Delete
[1008] Fix | Delete
================================================================================
[1009] Fix | Delete
[1010] Fix | Delete
File: wstrlcat.c
[1011] Fix | Delete
[1012] Fix | Delete
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
[1013] Fix | Delete
[1014] Fix | Delete
/*
[1015] Fix | Delete
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
[1016] Fix | Delete
*
[1017] Fix | Delete
* Permission to use, copy, modify, and distribute this software for any
[1018] Fix | Delete
* purpose with or without fee is hereby granted, provided that the above
[1019] Fix | Delete
* copyright notice and this permission notice appear in all copies.
[1020] Fix | Delete
*
[1021] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
[1022] Fix | Delete
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
[1023] Fix | Delete
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
[1024] Fix | Delete
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
[1025] Fix | Delete
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
[1026] Fix | Delete
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
[1027] Fix | Delete
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
[1028] Fix | Delete
*/
[1029] Fix | Delete
[1030] Fix | Delete
================================================================================
[1031] Fix | Delete
[1032] Fix | Delete
File: wstrlcpy.c
[1033] Fix | Delete
[1034] Fix | Delete
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
[1035] Fix | Delete
[1036] Fix | Delete
/*
[1037] Fix | Delete
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
[1038] Fix | Delete
*
[1039] Fix | Delete
* Permission to use, copy, modify, and distribute this software for any
[1040] Fix | Delete
* purpose with or without fee is hereby granted, provided that the above
[1041] Fix | Delete
* copyright notice and this permission notice appear in all copies.
[1042] Fix | Delete
*
[1043] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
[1044] Fix | Delete
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
[1045] Fix | Delete
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
[1046] Fix | Delete
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
[1047] Fix | Delete
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
[1048] Fix | Delete
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
[1049] Fix | Delete
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
[1050] Fix | Delete
*/
[1051] Fix | Delete
[1052] Fix | Delete
================================================================================
[1053] Fix | Delete
[1054] Fix | Delete
File: if_ethersubr.h
[1055] Fix | Delete
[1056] Fix | Delete
/*
[1057] Fix | Delete
* Copyright (c) 2012 Qualcomm Atheros, Inc.
[1058] Fix | Delete
* All Rights Reserved.
[1059] Fix | Delete
* Qualcomm Atheros Confidential and Proprietary.
[1060] Fix | Delete
*/
[1061] Fix | Delete
[1062] Fix | Delete
/*
[1063] Fix | Delete
* For this file, which was received with alternative licensing options for
[1064] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1065] Fix | Delete
*/
[1066] Fix | Delete
[1067] Fix | Delete
// -
[1068] Fix | Delete
// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
[1069] Fix | Delete
// All rights reserved.
[1070] Fix | Delete
// $ATH_LICENSE_NULL$
[1071] Fix | Delete
//
[1072] Fix | Delete
// Redistribution and use in source and binary forms, with or without
[1073] Fix | Delete
// modification, are permitted provided that the following conditions
[1074] Fix | Delete
// are met:
[1075] Fix | Delete
// 1. Redistributions of source code must retain the above copyright
[1076] Fix | Delete
// notice, this list of conditions and the following disclaimer,
[1077] Fix | Delete
// without modification.
[1078] Fix | Delete
// 2. Redistributions in binary form must reproduce at minimum a disclaimer
[1079] Fix | Delete
// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
[1080] Fix | Delete
// redistribution must be conditioned upon including a substantially
[1081] Fix | Delete
// similar Disclaimer requirement for further binary redistribution.
[1082] Fix | Delete
// 3. Neither the names of the above-listed copyright holders nor the names
[1083] Fix | Delete
// of any contributors may be used to endorse or promote products derived
[1084] Fix | Delete
// from this software without specific prior written permission.
[1085] Fix | Delete
//
[1086] Fix | Delete
// Alternatively, this software may be distributed under the terms of the
[1087] Fix | Delete
// GNU General Public License ("GPL") version 2 as published by the Free
[1088] Fix | Delete
// Software Foundation.
[1089] Fix | Delete
//
[1090] Fix | Delete
// NO WARRANTY
[1091] Fix | Delete
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
[1092] Fix | Delete
// ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
[1093] Fix | Delete
// LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
[1094] Fix | Delete
// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
[1095] Fix | Delete
// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
[1096] Fix | Delete
// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
[1097] Fix | Delete
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
[1098] Fix | Delete
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
[1099] Fix | Delete
// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[1100] Fix | Delete
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
[1101] Fix | Delete
// THE POSSIBILITY OF SUCH DAMAGES.
[1102] Fix | Delete
//
[1103] Fix | Delete
[1104] Fix | Delete
================================================================================
[1105] Fix | Delete
[1106] Fix | Delete
File: aes-siv.c
[1107] Fix | Delete
[1108] Fix | Delete
/*
[1109] Fix | Delete
* Copyright (c) 2017-2018 Qualcomm Technologies, Inc.
[1110] Fix | Delete
* All Rights Reserved.
[1111] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[1112] Fix | Delete
* Notifications and licenses are retained for attribution purposes only
[1113] Fix | Delete
*/
[1114] Fix | Delete
/*
[1115] Fix | Delete
* For this file, which was received with alternative licensing options for
[1116] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1117] Fix | Delete
*/
[1118] Fix | Delete
[1119] Fix | Delete
/*
[1120] Fix | Delete
* AES SIV (RFC 5297)
[1121] Fix | Delete
* Copyright (c) 2013 Cozybit, Inc.
[1122] Fix | Delete
*
[1123] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1124] Fix | Delete
* See README for more details.
[1125] Fix | Delete
*/
[1126] Fix | Delete
[1127] Fix | Delete
/*
[1128] Fix | Delete
* AES SIV (RFC 5297)
[1129] Fix | Delete
* Copyright (c) 2013 Cozybit, Inc.
[1130] Fix | Delete
*
[1131] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1132] Fix | Delete
*/
[1133] Fix | Delete
[1134] Fix | Delete
================================================================================
[1135] Fix | Delete
[1136] Fix | Delete
File: aes_siv.h
[1137] Fix | Delete
[1138] Fix | Delete
/*
[1139] Fix | Delete
* Copyright (c) 2017-2018 Qualcomm Technologies, Inc.
[1140] Fix | Delete
* All Rights Reserved.
[1141] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[1142] Fix | Delete
* Notifications and licenses are retained for attribution purposes only
[1143] Fix | Delete
*/
[1144] Fix | Delete
/*
[1145] Fix | Delete
* For this file, which was received with alternative licensing options for
[1146] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1147] Fix | Delete
*/
[1148] Fix | Delete
/*
[1149] Fix | Delete
* AES SIV (RFC 5297)
[1150] Fix | Delete
* Copyright (c) 2013 Cozybit, Inc.
[1151] Fix | Delete
*
[1152] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1153] Fix | Delete
* See README for more details.
[1154] Fix | Delete
*/
[1155] Fix | Delete
[1156] Fix | Delete
================================================================================
[1157] Fix | Delete
[1158] Fix | Delete
File: apf.h
[1159] Fix | Delete
[1160] Fix | Delete
/*
[1161] Fix | Delete
* Copyright 2018, The Android Open Source Project
[1162] Fix | Delete
*
[1163] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License");
[1164] Fix | Delete
* you may not use this file except in compliance with the License.
[1165] Fix | Delete
* You may obtain a copy of the License at
[1166] Fix | Delete
*
[1167] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[1168] Fix | Delete
*
[1169] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[1170] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS,
[1171] Fix | Delete
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[1172] Fix | Delete
* See the License for the specific language governing permissions and
[1173] Fix | Delete
* limitations under the License.
[1174] Fix | Delete
*/
[1175] Fix | Delete
[1176] Fix | Delete
================================================================================
[1177] Fix | Delete
[1178] Fix | Delete
File: apf_interpreter.c
[1179] Fix | Delete
[1180] Fix | Delete
/*
[1181] Fix | Delete
* Copyright 2018, The Android Open Source Project
[1182] Fix | Delete
*
[1183] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License");
[1184] Fix | Delete
* you may not use this file except in compliance with the License.
[1185] Fix | Delete
* You may obtain a copy of the License at
[1186] Fix | Delete
*
[1187] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[1188] Fix | Delete
*
[1189] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[1190] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS,
[1191] Fix | Delete
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[1192] Fix | Delete
* See the License for the specific language governing permissions and
[1193] Fix | Delete
* limitations under the License.
[1194] Fix | Delete
*/
[1195] Fix | Delete
[1196] Fix | Delete
================================================================================
[1197] Fix | Delete
[1198] Fix | Delete
File: apf_interpreter.h
[1199] Fix | Delete
[1200] Fix | Delete
/*
[1201] Fix | Delete
* Copyright 2015, The Android Open Source Project
[1202] Fix | Delete
*
[1203] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License");
[1204] Fix | Delete
* you may not use this file except in compliance with the License.
[1205] Fix | Delete
* You may obtain a copy of the License at
[1206] Fix | Delete
*
[1207] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[1208] Fix | Delete
*
[1209] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[1210] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS,
[1211] Fix | Delete
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[1212] Fix | Delete
* See the License for the specific language governing permissions and
[1213] Fix | Delete
* limitations under the License.
[1214] Fix | Delete
*/
[1215] Fix | Delete
[1216] Fix | Delete
Apache License
[1217] Fix | Delete
Version 2.0, January 2004
[1218] Fix | Delete
http://www.apache.org/licenses/
[1219] Fix | Delete
[1220] Fix | Delete
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
[1221] Fix | Delete
[1222] Fix | Delete
1. Definitions.
[1223] Fix | Delete
[1224] Fix | Delete
"License" shall mean the terms and conditions for use, reproduction,
[1225] Fix | Delete
and distribution as defined by Sections 1 through 9 of this document.
[1226] Fix | Delete
[1227] Fix | Delete
"Licensor" shall mean the copyright owner or entity authorized by the
[1228] Fix | Delete
copyright owner that is granting the License.
[1229] Fix | Delete
[1230] Fix | Delete
"Legal Entity" shall mean the union of the acting entity and all other
[1231] Fix | Delete
entities that control, are controlled by, or are under common control
[1232] Fix | Delete
with that entity. For the purposes of this definition, "control" means
[1233] Fix | Delete
(i) the power, direct or indirect, to cause the direction or
[1234] Fix | Delete
management of such entity, whether by contract or otherwise, or (ii)
[1235] Fix | Delete
ownership of fifty percent (50%) or more of the outstanding shares, or
[1236] Fix | Delete
(iii) beneficial ownership of such entity.
[1237] Fix | Delete
[1238] Fix | Delete
"You" (or "Your") shall mean an individual or Legal Entity exercising
[1239] Fix | Delete
permissions granted by this License.
[1240] Fix | Delete
[1241] Fix | Delete
"Source" form shall mean the preferred form for making modifications,
[1242] Fix | Delete
including but not limited to software source code, documentation
[1243] Fix | Delete
source, and configuration files.
[1244] Fix | Delete
[1245] Fix | Delete
"Object" form shall mean any form resulting from mechanical
[1246] Fix | Delete
transformation or translation of a Source form, including but not
[1247] Fix | Delete
limited to compiled object code, generated documentation, and
[1248] Fix | Delete
conversions to other media types.
[1249] Fix | Delete
[1250] Fix | Delete
"Work" shall mean the work of authorship, whether in Source or Object
[1251] Fix | Delete
form, made available under the License, as indicated by a copyright
[1252] Fix | Delete
notice that is included in or attached to the work (an example is
[1253] Fix | Delete
provided in the Appendix below).
[1254] Fix | Delete
[1255] Fix | Delete
"Derivative Works" shall mean any work, whether in Source or Object
[1256] Fix | Delete
form, that is based on (or derived from) the Work and for which the
[1257] Fix | Delete
editorial revisions, annotations, elaborations, or other modifications
[1258] Fix | Delete
represent, as a whole, an original work of authorship. For the
[1259] Fix | Delete
purposes of this License, Derivative Works shall not include works
[1260] Fix | Delete
that remain separable from, or merely link (or bind by name) to the
[1261] Fix | Delete
interfaces of, the Work and Derivative Works thereof.
[1262] Fix | Delete
[1263] Fix | Delete
"Contribution" shall mean any work of authorship, including the
[1264] Fix | Delete
original version of the Work and any modifications or additions to
[1265] Fix | Delete
that Work or Derivative Works thereof, that is intentionally submitted
[1266] Fix | Delete
to Licensor for inclusion in the Work by the copyright owner or by an
[1267] Fix | Delete
individual or Legal Entity authorized to submit on behalf of the
[1268] Fix | Delete
copyright owner. For the purposes of this definition, "submitted"
[1269] Fix | Delete
means any form of electronic, verbal, or written communication sent to
[1270] Fix | Delete
the Licensor or its representatives, including but not limited to
[1271] Fix | Delete
communication on electronic mailing lists, source code control
[1272] Fix | Delete
systems, and issue tracking systems that are managed by, or on behalf
[1273] Fix | Delete
of, the Licensor for the purpose of discussing and improving the Work,
[1274] Fix | Delete
but excluding communication that is conspicuously marked or otherwise
[1275] Fix | Delete
designated in writing by the copyright owner as "Not a Contribution."
[1276] Fix | Delete
[1277] Fix | Delete
"Contributor" shall mean Licensor and any individual or Legal Entity
[1278] Fix | Delete
on behalf of whom a Contribution has been received by Licensor and
[1279] Fix | Delete
subsequently incorporated within the Work.
[1280] Fix | Delete
[1281] Fix | Delete
2. Grant of Copyright License. Subject to the terms and conditions of
[1282] Fix | Delete
this License, each Contributor hereby grants to You a perpetual,
[1283] Fix | Delete
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
[1284] Fix | Delete
copyright license to reproduce, prepare Derivative Works of, publicly
[1285] Fix | Delete
display, publicly perform, sublicense, and distribute the Work and
[1286] Fix | Delete
such Derivative Works in Source or Object form.
[1287] Fix | Delete
[1288] Fix | Delete
3. Grant of Patent License. Subject to the terms and conditions of
[1289] Fix | Delete
this License, each Contributor hereby grants to You a perpetual,
[1290] Fix | Delete
worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
[1291] Fix | Delete
as stated in this section) patent license to make, have made, use,
[1292] Fix | Delete
offer to sell, sell, import, and otherwise transfer the Work, where
[1293] Fix | Delete
such license applies only to those patent claims licensable by such
[1294] Fix | Delete
Contributor that are necessarily infringed by their Contribution(s)
[1295] Fix | Delete
alone or by combination of their Contribution(s) with the Work to
[1296] Fix | Delete
which such Contribution(s) was submitted. If You institute patent
[1297] Fix | Delete
litigation against any entity (including a cross-claim or counterclaim
[1298] Fix | Delete
in a lawsuit) alleging that the Work or a Contribution incorporated
[1299] Fix | Delete
within the Work constitutes direct or contributory patent
[1300] Fix | Delete
infringement, then any patent licenses granted to You under this
[1301] Fix | Delete
License for that Work shall terminate as of the date such litigation
[1302] Fix | Delete
is filed.
[1303] Fix | Delete
[1304] Fix | Delete
4. Redistribution. You may reproduce and distribute copies of the Work
[1305] Fix | Delete
or Derivative Works thereof in any medium, with or without
[1306] Fix | Delete
modifications, and in Source or Object form, provided that You meet
[1307] Fix | Delete
the following conditions:
[1308] Fix | Delete
[1309] Fix | Delete
1. You must give any other recipients of the Work or Derivative
[1310] Fix | Delete
Works a copy of this License; and
[1311] Fix | Delete
[1312] Fix | Delete
2. You must cause any modified files to carry prominent notices
[1313] Fix | Delete
stating that You changed the files; and
[1314] Fix | Delete
[1315] Fix | Delete
3. You must retain, in the Source form of any Derivative Works that
[1316] Fix | Delete
You distribute, all copyright, patent, trademark, and attribution
[1317] Fix | Delete
notices from the Source form of the Work, excluding those notices
[1318] Fix | Delete
that do not pertain to any part of the Derivative Works; and
[1319] Fix | Delete
[1320] Fix | Delete
4. If the Work includes a "NOTICE" text file as part of its
[1321] Fix | Delete
distribution, then any Derivative Works that You distribute must
[1322] Fix | Delete
include a readable copy of the attribution notices contained
[1323] Fix | Delete
within such NOTICE file, excluding those notices that do not
[1324] Fix | Delete
pertain to any part of the Derivative Works, in at least one of
[1325] Fix | Delete
the following places: within a NOTICE text file distributed as
[1326] Fix | Delete
part of the Derivative Works; within the Source form or
[1327] Fix | Delete
documentation, if provided along with the Derivative Works; or,
[1328] Fix | Delete
within a display generated by the Derivative Works, if and
[1329] Fix | Delete
wherever such third-party notices normally appear. The contents
[1330] Fix | Delete
of the NOTICE file are for informational purposes only and do not
[1331] Fix | Delete
modify the License. You may add Your own attribution notices
[1332] Fix | Delete
within Derivative Works that You distribute, alongside or as an
[1333] Fix | Delete
addendum to the NOTICE text from the Work, provided that such
[1334] Fix | Delete
additional attribution notices cannot be construed as modifying
[1335] Fix | Delete
the License.
[1336] Fix | Delete
[1337] Fix | Delete
You may add Your own copyright statement to Your modifications
[1338] Fix | Delete
and may provide additional or different license terms and
[1339] Fix | Delete
conditions for use, reproduction, or distribution of Your
[1340] Fix | Delete
modifications, or for any such Derivative Works as a whole,
[1341] Fix | Delete
provided Your use, reproduction, and distribution of the Work
[1342] Fix | Delete
otherwise complies with the conditions stated in this License.
[1343] Fix | Delete
[1344] Fix | Delete
5. Submission of Contributions. Unless You explicitly state otherwise,
[1345] Fix | Delete
any Contribution intentionally submitted for inclusion in the Work by
[1346] Fix | Delete
You to the Licensor shall be under the terms and conditions of this
[1347] Fix | Delete
License, without any additional terms or conditions. Notwithstanding
[1348] Fix | Delete
the above, nothing herein shall supersede or modify the terms of any
[1349] Fix | Delete
separate license agreement you may have executed with Licensor
[1350] Fix | Delete
regarding such Contributions.
[1351] Fix | Delete
[1352] Fix | Delete
6. Trademarks. This License does not grant permission to use the trade
[1353] Fix | Delete
names, trademarks, service marks, or product names of the Licensor,
[1354] Fix | Delete
except as required for reasonable and customary use in describing the
[1355] Fix | Delete
origin of the Work and reproducing the content of the NOTICE file.
[1356] Fix | Delete
[1357] Fix | Delete
7. Disclaimer of Warranty. Unless required by applicable law or agreed
[1358] Fix | Delete
to in writing, Licensor provides the Work (and each Contributor
[1359] Fix | Delete
provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR
[1360] Fix | Delete
CONDITIONS OF ANY KIND, either express or implied, including, without
[1361] Fix | Delete
limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
[1362] Fix | Delete
MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
[1363] Fix | Delete
responsible for determining the appropriateness of using or
[1364] Fix | Delete
redistributing the Work and assume any risks associated with Your
[1365] Fix | Delete
exercise of permissions under this License.
[1366] Fix | Delete
[1367] Fix | Delete
8. Limitation of Liability. In no event and under no legal theory,
[1368] Fix | Delete
whether in tort (including negligence), contract, or otherwise, unless
[1369] Fix | Delete
required by applicable law (such as deliberate and grossly negligent
[1370] Fix | Delete
acts) or agreed to in writing, shall any Contributor be liable to You
[1371] Fix | Delete
for damages, including any direct, indirect, special, incidental, or
[1372] Fix | Delete
consequential damages of any character arising as a result of this
[1373] Fix | Delete
License or out of the use or inability to use the Work (including but
[1374] Fix | Delete
not limited to damages for loss of goodwill, work stoppage, computer
[1375] Fix | Delete
failure or malfunction, or any and all other commercial damages or
[1376] Fix | Delete
losses), even if such Contributor has been advised of the possibility
[1377] Fix | Delete
of such damages.
[1378] Fix | Delete
[1379] Fix | Delete
9. Accepting Warranty or Additional Liability. While redistributing
[1380] Fix | Delete
the Work or Derivative Works thereof, You may choose to offer, and
[1381] Fix | Delete
charge a fee for, acceptance of support, warranty, indemnity, or other
[1382] Fix | Delete
liability obligations and/or rights consistent with this
[1383] Fix | Delete
License. However, in accepting such obligations, You may act only on
[1384] Fix | Delete
Your own behalf and on Your sole responsibility, not on behalf of any
[1385] Fix | Delete
other Contributor, and only if You agree to indemnify, defend, and
[1386] Fix | Delete
hold each Contributor harmless for any liability incurred by, or
[1387] Fix | Delete
claims asserted against, such Contributor by reason of your accepting
[1388] Fix | Delete
any such warranty or additional liability.
[1389] Fix | Delete
[1390] Fix | Delete
END OF TERMS AND CONDITIONS
[1391] Fix | Delete
[1392] Fix | Delete
================================================================================
[1393] Fix | Delete
[1394] Fix | Delete
File: sha256.c
[1395] Fix | Delete
[1396] Fix | Delete
/*
[1397] Fix | Delete
* Copyright (c) 2016 Qualcomm Technologies, Inc.
[1398] Fix | Delete
* All Rights Reserved.
[1399] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[1400] Fix | Delete
* Notifications and licenses are retained for attribution purposes only
[1401] Fix | Delete
*/
[1402] Fix | Delete
/*
[1403] Fix | Delete
* For this file, which was received with alternative licensing options for
[1404] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1405] Fix | Delete
*/
[1406] Fix | Delete
[1407] Fix | Delete
/*
[1408] Fix | Delete
* SHA-256 hash implementation and interface functions
[1409] Fix | Delete
* Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
[1410] Fix | Delete
*
[1411] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1412] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1413] Fix | Delete
* published by the Free Software Foundation.
[1414] Fix | Delete
*
[1415] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1416] Fix | Delete
* license.
[1417] Fix | Delete
*
[1418] Fix | Delete
* See README and COPYING for more details.
[1419] Fix | Delete
*/
[1420] Fix | Delete
/* ===== start - public domain SHA256 implementation ===== */
[1421] Fix | Delete
[1422] Fix | Delete
/* This is based on SHA256 implementation in LibTomCrypt that was released into
[1423] Fix | Delete
* public domain by Tom St Denis.
[1424] Fix | Delete
*/
[1425] Fix | Delete
[1426] Fix | Delete
================================================================================
[1427] Fix | Delete
[1428] Fix | Delete
File: sha384-internal.c
[1429] Fix | Delete
[1430] Fix | Delete
/*
[1431] Fix | Delete
* SHA-384 hash implementation and interface functions
[1432] Fix | Delete
* Copyright (c) 2015, Pali Rohár <pali.rohar@gmail.com>
[1433] Fix | Delete
*
[1434] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1435] Fix | Delete
* See README for more details.
[1436] Fix | Delete
*/
[1437] Fix | Delete
/* ===== start - public domain SHA384 implementation ===== */
[1438] Fix | Delete
[1439] Fix | Delete
/* This is based on SHA384 implementation in LibTomCrypt that was released into
[1440] Fix | Delete
* public domain by Tom St Denis.
[1441] Fix | Delete
*/
[1442] Fix | Delete
[1443] Fix | Delete
================================================================================
[1444] Fix | Delete
[1445] Fix | Delete
File: sha512-internal.c
[1446] Fix | Delete
[1447] Fix | Delete
/*
[1448] Fix | Delete
* SHA-512 hash implementation and interface functions
[1449] Fix | Delete
* Copyright (c) 2015, Pali Rohár <pali.rohar@gmail.com>
[1450] Fix | Delete
*
[1451] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1452] Fix | Delete
* See README for more details.
[1453] Fix | Delete
*/
[1454] Fix | Delete
/* ===== start - public domain SHA512 implementation ===== */
[1455] Fix | Delete
[1456] Fix | Delete
/* This is based on SHA512 implementation in LibTomCrypt that was released into
[1457] Fix | Delete
* public domain by Tom St Denis.
[1458] Fix | Delete
*/
[1459] Fix | Delete
[1460] Fix | Delete
================================================================================
[1461] Fix | Delete
[1462] Fix | Delete
File: sha256.h
[1463] Fix | Delete
[1464] Fix | Delete
/*
[1465] Fix | Delete
* Copyright (c) 2014 Qualcomm Atheros, Inc.
[1466] Fix | Delete
* All Rights Reserved.
[1467] Fix | Delete
* Qualcomm Atheros Confidential and Proprietary.
[1468] Fix | Delete
* Notifications and licenses are retained for attribution purposes only.
[1469] Fix | Delete
*/
[1470] Fix | Delete
/*
[1471] Fix | Delete
* For this file, which was received with alternative licensing options for
[1472] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1473] Fix | Delete
*/
[1474] Fix | Delete
[1475] Fix | Delete
/*
[1476] Fix | Delete
* SHA256 hash implementation and interface functions
[1477] Fix | Delete
* Copyright (c) 2003-2006, Jouni Malinen <j@w1.fi>
[1478] Fix | Delete
*
[1479] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1480] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1481] Fix | Delete
* published by the Free Software Foundation.
[1482] Fix | Delete
*
[1483] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1484] Fix | Delete
* license.
[1485] Fix | Delete
*
[1486] Fix | Delete
* See README and COPYING for more details.
[1487] Fix | Delete
*/
[1488] Fix | Delete
[1489] Fix | Delete
================================================================================
[1490] Fix | Delete
[1491] Fix | Delete
File: sha384_i.h
[1492] Fix | Delete
[1493] Fix | Delete
/*
[1494] Fix | Delete
* SHA-384 internal definitions
[1495] Fix | Delete
* Copyright (c) 2015, Pali Rohár <pali.rohar@gmail.com>
[1496] Fix | Delete
*
[1497] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1498] Fix | Delete
* See README for more details.
[1499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function