back out last commit. it was a pain to use.

This commit is contained in:
John Safranek 2016-04-14 11:57:42 -07:00
parent 526606e42f
commit 4506839c6d

View File

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