]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crypto/isa-l/isa-l_crypto/aes/xts_256_test.c
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / crypto / isa-l / isa-l_crypto / aes / xts_256_test.c
index fc349524e449665aeabbf0a0e930216b4c0bc359..2c961f44f6a52941cec8a10b02bd0f8da8341266 100644 (file)
@@ -2,7 +2,7 @@
   Copyright(c) 2011-2016 Intel Corporation All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions 
+  modification, are permitted provided that the following conditions
   are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
@@ -55,7 +55,7 @@ int main(void)
                XTS_AES_256_enc(vlist[i].key2, vlist[i].key1, vlist[i].TW,
                                vlist[i].ptlen, vlist[i].PTX, ct_test);
 
-               // Carry out comparison of the calculated ciphertext with 
+               // Carry out comparison of the calculated ciphertext with
                // the reference
                for (j = 0; j < vlist[i].ptlen; j++) {
 
@@ -85,7 +85,7 @@ int main(void)
                XTS_AES_256_dec(vlist[i].key2, vlist[i].key1, vlist[i].TW,
                                vlist[i].ptlen, vlist[i].CTX, pt_test);
 
-               // Carry out comparison of the calculated ciphertext with 
+               // Carry out comparison of the calculated ciphertext with
                // the reference
                for (j = 0; j < vlist[i].ptlen; j++) {