mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -13,9 +13,7 @@
|
|||
#include "secerr.h"
|
||||
|
||||
#ifdef USE_HW_AES
|
||||
#ifdef NSS_X86_OR_X64
|
||||
#include "intel-aes.h"
|
||||
#endif
|
||||
#include "rijndael.h"
|
||||
#endif
|
||||
|
||||
|
|
@ -209,7 +207,7 @@ CTR_Update(CTRContext *ctr, unsigned char *outbuf,
|
|||
return SECSuccess;
|
||||
}
|
||||
|
||||
#if defined(USE_HW_AES) && defined(_MSC_VER) && defined(NSS_X86_OR_X64)
|
||||
#if defined(USE_HW_AES) && defined(_MSC_VER)
|
||||
SECStatus
|
||||
CTR_Update_HW_AES(CTRContext *ctr, unsigned char *outbuf,
|
||||
unsigned int *outlen, unsigned int maxout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue