Changeset 98103 in vbox for trunk/src/VBox/Runtime/common/checksum
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- Location:
- trunk/src/VBox/Runtime/common/checksum
- Files:
-
- 38 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp
r96407 r98103 8 8 9 9 /* 10 * Copyright (C) 2009-202 2Oracle and/or its affiliates.10 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/RTSha256Digest.cpp
r96407 r98103 8 8 9 9 /* 10 * Copyright (C) 2009-202 2Oracle and/or its affiliates.10 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/adler32.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/alt-md2.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/alt-md4.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/alt-md5.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/alt-sha1.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/alt-sha256.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/alt-sha3.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/alt-sha512.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/crc16ccitt.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/crc32-zlib.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/crc32.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/crc32c.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2014-202 2Oracle and/or its affiliates.7 * Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/crc64.cpp
r96407 r98103 10 10 11 11 /* 12 * Copyright (C) 2006-202 2Oracle and/or its affiliates.12 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 13 13 * 14 14 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/ipv4.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2008-202 2Oracle and/or its affiliates.7 * Copyright (C) 2008-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/ipv6.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2008-202 2Oracle and/or its affiliates.7 * Copyright (C) 2008-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/manifest-file.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/manifest.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/manifest2.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/manifest3.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/md2str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/md4str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/md5str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/openssl-md2.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/openssl-md4.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/openssl-md5.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/openssl-sha1.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/openssl-sha256.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/openssl-sha3.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/openssl-sha512.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/sha1str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/sha224str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/sha256str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/sha384str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/sha512str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/sha512t224str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/checksum/sha512t256str.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.