added conditional assembly for the intel-format AES_NI decrypt procedures

This commit is contained in:
John Safranek 2016-04-14 11:30:10 -07:00
parent 5340ea0d79
commit 526606e42f
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,7 @@ LAST:
ret
AES_CBC_encrypt ENDP
IFDEF WOLFSSL_AESNI_BY4
; void AES_CBC_decrypt_by4(const unsigned char* in,
; unsigned char* out,
@ -308,6 +309,8 @@ DEND_4:
ret
AES_CBC_decrypt_by4 ENDP
ELSE
IFDEF WOLFSSL_AESNI_BY6
; void AES_CBC_decrypt_by6(const unsigned char *in,
; unsigned char *out,
@ -565,6 +568,7 @@ DEND_6:
ret
AES_CBC_decrypt_by6 ENDP
ELSE
; void AES_CBC_decrypt_by8(const unsigned char *in,
; unsigned char *out,
@ -848,6 +852,8 @@ DEND_8:
ret
AES_CBC_decrypt_by8 ENDP
ENDIF
ENDIF
; /*
; AES_ECB_encrypt[const ,unsigned char*in