]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/intel-ipsec-mb/sse/aes_cbc_enc_128_x4.asm
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / intel-ipsec-mb / sse / aes_cbc_enc_128_x4.asm
index 6d157d297fa7829fe06b0367c7d923a0282394fd..4b07ecf9040bbae6a7ca558fb6eaa74c1422bb98 100644 (file)
@@ -29,7 +29,7 @@
 ;;; processes 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_128_x4(AES_ARGS_x8 *args, UINT64 len);
-;; arg 1: ARG : addr of AES_ARGS_x8 structure
+;; void aes_cbc_enc_128_x4(AES_ARGS *args, UINT64 len);
+;; arg 1: ARG : addr of AES_ARGS structure
 ;; arg 2: LEN : len (in units of bytes)
 
 struc STACK