mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
FIPS Revalidation
1. Updated the segment tags in the aes_asm.asm file so that it is linked in order between aes.obj and des3.obj.
This commit is contained in:
@ -26,6 +26,9 @@
|
|||||||
;
|
;
|
||||||
; /* This file is in intel asm syntax, see .s for at&t syntax */
|
; /* This file is in intel asm syntax, see .s for at&t syntax */
|
||||||
;
|
;
|
||||||
|
|
||||||
|
fipsAh SEGMENT ALIAS(".fipsA$h") 'CODE'
|
||||||
|
|
||||||
; /*
|
; /*
|
||||||
; AES_CBC_encrypt[const ,unsigned char*in
|
; AES_CBC_encrypt[const ,unsigned char*in
|
||||||
; unsigned ,char*out
|
; unsigned ,char*out
|
||||||
@ -34,7 +37,6 @@
|
|||||||
; const ,unsigned char*KS
|
; const ,unsigned char*KS
|
||||||
; int nr]
|
; int nr]
|
||||||
; */
|
; */
|
||||||
_text SEGMENT
|
|
||||||
AES_CBC_encrypt PROC
|
AES_CBC_encrypt PROC
|
||||||
;# parameter 1: rdi
|
;# parameter 1: rdi
|
||||||
;# parameter 2: rsi
|
;# parameter 2: rsi
|
||||||
@ -1502,4 +1504,5 @@ MAKE_RK256_b:
|
|||||||
pxor xmm3,xmm2
|
pxor xmm3,xmm2
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
fipsAh ENDS
|
||||||
END
|
END
|
||||||
|
Reference in New Issue
Block a user