JacobBarthelmeh 2eee35ef8f Merge pull request #5582 from SparkiDev/small_stack_cache_fix 2 years ago
..
port c66a21c40a Add Zephyr support for nRF5340 with CryptoCell-312, PSA Crypto fixes (#5418) 2 years ago
aes.h 35d40f263e more macro guards with CAAM builds 2 years ago
arc4.h 8eaa85e412 update copyright year to 2022 2 years ago
asn.h 1b90d4fad2 Configuration consistency fixes and addition of new config option to disable private key 2 years ago
asn_public.h 10ce703d71 Add sphincs to wolfCrypt. 2 years ago
blake2-impl.h 8eaa85e412 update copyright year to 2022 2 years ago
blake2-int.h 6e8417e631 wolfssl/wolfcrypt/blake2-int.h: remove alignment specs on __blake2s_state and __blake2b_state, as they are unneeded, and are not honored by gcc-12+ in stack allocations, leading to (true positive) misaligned-access errors from ASAN. 2 years ago
blake2.h 8eaa85e412 update copyright year to 2022 2 years ago
camellia.h 8eaa85e412 update copyright year to 2022 2 years ago
chacha.h 8eaa85e412 update copyright year to 2022 2 years ago
chacha20_poly1305.h b200d65a6a Added new ABI reference hooks. This is round two, more to come. 2 years ago
cmac.h 8eaa85e412 update copyright year to 2022 2 years ago
coding.h 8eaa85e412 update copyright year to 2022 2 years ago
compress.h 8eaa85e412 update copyright year to 2022 2 years ago
cpuid.h f153e65102 SHA-3: check BMI1 availablity for ASM 2 years ago
cryptocb.h 8eaa85e412 update copyright year to 2022 2 years ago
curve25519.h 8eaa85e412 update copyright year to 2022 2 years ago
curve448.h 8eaa85e412 update copyright year to 2022 2 years ago
des3.h 8eaa85e412 update copyright year to 2022 2 years ago
dh.h 4ac113d135 ECDSA sign_k allocated when not WOLFSSL_NO_MALLOC 2 years ago
dilithium.h 10ce703d71 Add sphincs to wolfCrypt. 2 years ago
dsa.h 8eaa85e412 update copyright year to 2022 2 years ago
ecc.h e0a47ca6c1 Small Stack Cache: make work again 2 years ago
eccsi.h 8eaa85e412 update copyright year to 2022 2 years ago
ed25519.h 8eaa85e412 update copyright year to 2022 2 years ago
ed448.h 8eaa85e412 update copyright year to 2022 2 years ago
error-crypt.h b200d65a6a Added new ABI reference hooks. This is round two, more to come. 2 years ago
falcon.h 10ce703d71 Add sphincs to wolfCrypt. 2 years ago
fe_448.h 8eaa85e412 update copyright year to 2022 2 years ago
fe_operations.h 8eaa85e412 update copyright year to 2022 2 years ago
fips_test.h 8eaa85e412 update copyright year to 2022 2 years ago
ge_448.h 8eaa85e412 update copyright year to 2022 2 years ago
ge_operations.h 8eaa85e412 update copyright year to 2022 2 years ago
hash.h ce8959ea77 SHA-3 improvements 2 years ago
hmac.h 8eaa85e412 update copyright year to 2022 2 years ago
include.am 10ce703d71 Add sphincs to wolfCrypt. 2 years ago
integer.h 8eaa85e412 update copyright year to 2022 2 years ago
kdf.h 8eaa85e412 update copyright year to 2022 2 years ago
logging.h dcebd0d349 wolfssl/wolfcrypt/logging.h: when !WOLFSSL_VERBOSE_ERRORS, define WOLFSSL_ERROR_VERBOSE(e) as (void)(e) to avert clang-analyzer-deadcode.DeadStores, and avert bare semicolons. 2 years ago
md2.h 8eaa85e412 update copyright year to 2022 2 years ago
md4.h 8eaa85e412 update copyright year to 2022 2 years ago
md5.h 8eaa85e412 update copyright year to 2022 2 years ago
mem_track.h 8eaa85e412 update copyright year to 2022 2 years ago
memory.h 8eaa85e412 update copyright year to 2022 2 years ago
misc.h e565d0d7de Refactor and code review 2 years ago
mpi_class.h 8eaa85e412 update copyright year to 2022 2 years ago
mpi_superclass.h 8eaa85e412 update copyright year to 2022 2 years ago
pkcs11.h 8eaa85e412 update copyright year to 2022 2 years ago
pkcs12.h 8eaa85e412 update copyright year to 2022 2 years ago
pkcs7.h 8eaa85e412 update copyright year to 2022 2 years ago
poly1305.h 8eaa85e412 update copyright year to 2022 2 years ago
pwdbased.h 8eaa85e412 update copyright year to 2022 2 years ago
random.h 46f423b8b9 Added ABI macros for managing interface changes 2 years ago
rc2.h 8eaa85e412 update copyright year to 2022 2 years ago
ripemd.h 8eaa85e412 update copyright year to 2022 2 years ago
rsa.h 460845ba49 Maths bit size: ensure size is right 2 years ago
sakke.h 8eaa85e412 update copyright year to 2022 2 years ago
selftest.h 8eaa85e412 update copyright year to 2022 2 years ago
settings.h 0603031362 fix whitespace in wolfssl/wolfcrypt/settings.h; 2 years ago
sha.h 8eaa85e412 update copyright year to 2022 2 years ago
sha256.h 8eaa85e412 update copyright year to 2022 2 years ago
sha3.h ce8959ea77 SHA-3 improvements 2 years ago
sha512.h 8eaa85e412 update copyright year to 2022 2 years ago
signature.h 8eaa85e412 update copyright year to 2022 2 years ago
siphash.h 8eaa85e412 update copyright year to 2022 2 years ago
sp.h 41207f5d9b Add support for non-blocking ECC key gen and shared secret gen for 2 years ago
sp_int.h 3b8f3a0897 SP int: default to 16 bit word size when NO_64BIT defined 2 years ago
sphincs.h 10ce703d71 Add sphincs to wolfCrypt. 2 years ago
srp.h 8eaa85e412 update copyright year to 2022 2 years ago
tfm.h 8eaa85e412 update copyright year to 2022 2 years ago
types.h aa036b6ea4 Merge pull request #5532 from anhu/sphincs 2 years ago
visibility.h 65d402d8d7 Revert "Revert "Removed duplicate WOLFSSL_ABI tag."" 2 years ago
wc_encrypt.h 8eaa85e412 update copyright year to 2022 2 years ago
wc_pkcs11.h 8eaa85e412 update copyright year to 2022 2 years ago
wc_port.h ef7377d64c fix whitespace and line length. 2 years ago
wolfevent.h 8eaa85e412 update copyright year to 2022 2 years ago
wolfmath.h 8eaa85e412 update copyright year to 2022 2 years ago