1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 10:39:00 +00:00
trezor-firmware/crypto/aes
2024-04-03 10:26:46 +02:00
..
aes_modes.c chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
aes.h feat(crypto): Integrate AES GCM into trezor-crypto. 2024-04-03 10:26:46 +02:00
aesccm.c feat(crypto): Implement AES-CCM. 2023-08-29 10:59:34 +02:00
aesccm.h feat(crypto): Implement AES-CCM. 2023-08-29 10:59:34 +02:00
aescrypt.c chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
aesgcm.c chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
aesgcm.h feat(crypto): Add Brian Gladman's implementation of GCM. 2024-04-03 10:26:46 +02:00
aeskey.c chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
aesopt.h feat(crypto): Integrate AES GCM into trezor-crypto. 2024-04-03 10:26:46 +02:00
aestab.c chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
aestab.h MONOREPO MERGE trezor-crypto 2019-04-15 19:14:52 +02:00
aestst.c chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
aestst.h MONOREPO MERGE trezor-crypto 2019-04-15 19:14:52 +02:00
brg_endian.h feat(crypto): Add Brian Gladman's implementation of GCM. 2024-04-03 10:26:46 +02:00
gf128mul.c chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
gf128mul.h feat(crypto): Integrate AES GCM into trezor-crypto. 2024-04-03 10:26:46 +02:00
gf_mul_lo.h chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00
mode_hdr.h chore(crypto): Zero-initialize stack variables in AES code. 2024-04-03 10:26:46 +02:00