]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/intel-ipsec-mb/sse/aes_cbc_enc_192_x4.asm
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / intel-ipsec-mb / sse / aes_cbc_enc_192_x4.asm
index bb8fadaa708581c82dac9a224fd8b9e255a95c90..c9f1cc3c56bd558a35628d92a5a968980a63f13f 100644 (file)
@@ -29,7 +29,7 @@
 ;;; process 4 buffers at a time, single data structure as input
 ;;; Updates In and Out pointers at end
 
-%include "os.asm"
+%include "include/os.asm"
 %include "mb_mgr_datastruct.asm"
 
 %define        MOVDQ movdqu ;; assume buffers not aligned
 %endm
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; struct AES_ARGS_x8 {
+;; struct AES_ARGS {
 ;;     void*    in[8];
 ;;     void*    out[8];
 ;;     UINT128* keys[8];
 ;;     UINT128  IV[8];
 ;; }
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; void aes_cbc_enc_192_x4(AES_ARGS_x8 *args, UINT64 len);
-;; arg 1: ARG : addr of AES_ARGS_x8 structure
+;; void aes_cbc_enc_192_x4(AES_ARGS *args, UINT64 len);
+;; arg 1: ARG : addr of AES_ARGS structure
 ;; arg 2: LEN : len (in units of bytes)
 
 %ifdef LINUX