mbedtls/library
Joe Subbiani 888a141e70 Undo use of BYTE_x macro
The use of the BYTE_x macro in nist_kw did not seem appropriate
in hind sight as it is working with a character array not an int

Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
2021-08-03 13:19:48 +01:00
..
.gitignore
aes.c Move UINT32_LE macros to common.h 2021-08-03 13:18:28 +01:00
aesni.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
arc4.c
aria.c Move UINT32_LE macros to common.h 2021-08-03 13:18:28 +01:00
asn1parse.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
asn1write.c
base64.c
bignum.c Replace _RR with prec_RR to prevent reserved identifier clashes 2021-07-14 14:30:34 +01:00
blowfish.c
camellia.c Move UINT32_BE macros to common.h 2021-08-03 13:18:13 +01:00
ccm.c
certs.c
chacha20.c Move BYTES_TO_U32_LE to common.h 2021-08-03 13:18:02 +01:00
chachapoly.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
check_crypto_config.h psa: config: Add CAMELLIA to the list of possible CMAC ciphers 2021-03-25 14:25:46 +01:00
cipher.c
cipher_wrap.c
cmac.c
CMakeLists.txt Bump SO version for libmbedcrypto 2021-07-02 14:59:26 +01:00
common.h Remove trailing whitespace 2021-08-03 13:19:38 +01:00
ctr_drbg.c Implement byte reading macros into library/ 2021-08-03 13:17:40 +01:00
debug.c
des.c Move UINT32_BE macros to common.h 2021-08-03 13:18:13 +01:00
dhm.c
ecdh.c
ecdsa.c
ecjpake.c
ecp.c
ecp_curves.c
ecp_invasive.h
entropy.c
entropy_poll.c
error.c
gcm.c Move UINT32_BE macros to common.h 2021-08-03 13:18:13 +01:00
havege.c
hkdf.c
hmac_drbg.c
Makefile Bump SO version for libmbedcrypto 2021-07-02 14:59:26 +01:00
md.c
md2.c
md4.c
md5.c Move UINT32_LE macros to common.h 2021-08-03 13:18:28 +01:00
memory_buffer_alloc.c
mps_common.h Capitalise MPS trace macros 2021-04-07 12:45:35 +01:00
mps_error.h Fix Doxygen headers for MPS files 2021-03-29 14:20:18 +01:00
mps_reader.c
mps_reader.h
mps_trace.c
mps_trace.h Capitalise MPS trace macros 2021-04-07 12:45:35 +01:00
net_sockets.c
nist_kw.c Undo use of BYTE_x macro 2021-08-03 13:19:48 +01:00
oid.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
padlock.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
pem.c
pk.c
pk_wrap.c
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c
pkwrite.c
platform.c
platform_util.c Fixes two _POSIX_C_SOURCE typos. 2020-11-13 09:20:18 +00:00
poly1305.c Move BYTES_TO_U32_LE to common.h 2021-08-03 13:18:02 +01:00
psa_crypto.c Implement byte reading macros into library/ 2021-08-03 13:17:40 +01:00
psa_crypto_aead.c
psa_crypto_aead.h
psa_crypto_cipher.c
psa_crypto_cipher.h Remove invalid buffer overflow check 2021-06-29 16:39:49 +02:00
psa_crypto_client.c Move the inclusion of crypto_spe.h to psa/crypto_platform.h 2021-06-23 14:45:17 +02:00
psa_crypto_core.h Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify 2021-05-17 10:14:46 +02:00
psa_crypto_driver_wrappers.c Fix possible unreachable code 2021-06-25 15:50:35 +02:00
psa_crypto_driver_wrappers.h
psa_crypto_ecp.c
psa_crypto_ecp.h psa: Rework ECDSA sign/verify support in the transparent test driver 2021-02-18 15:45:12 +01:00
psa_crypto_hash.c
psa_crypto_hash.h
psa_crypto_invasive.h
psa_crypto_its.h Update documentation 2020-11-25 13:10:50 +01:00
psa_crypto_mac.c
psa_crypto_mac.h
psa_crypto_random_impl.h Work around MSVC bug with duplicate static declarations 2021-02-16 18:55:05 +01:00
psa_crypto_rsa.c
psa_crypto_rsa.h psa: Add RSA sign/verify hash support to the transparent test driver 2021-02-18 15:45:06 +01:00
psa_crypto_se.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
psa_crypto_se.h
psa_crypto_slot_management.c Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies 2021-06-30 14:51:03 +01:00
psa_crypto_slot_management.h
psa_crypto_storage.c Move UINT32_LE macros to common.h 2021-08-03 13:18:28 +01:00
psa_crypto_storage.h Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT 2021-02-15 14:26:44 +01:00
psa_its_file.c Implement byte reading macros into library/ 2021-08-03 13:17:40 +01:00
ripemd160.c Move UINT32_LE macros to common.h 2021-08-03 13:18:28 +01:00
rsa.c
rsa_internal.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
sha1.c Move UINT32_BE macros to common.h 2021-08-03 13:18:13 +01:00
sha256.c Move UINT32_BE macros to common.h 2021-08-03 13:18:13 +01:00
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c
ssl_cookie.c
ssl_invasive.h Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted 2020-08-25 14:35:55 +01:00
ssl_msg.c Remove trailing whitespace 2021-08-03 13:19:38 +01:00
ssl_srv.c
ssl_ticket.c Implement byte reading macros into library/ 2021-08-03 13:17:40 +01:00
ssl_tls.c
ssl_tls13_keys.c
ssl_tls13_keys.h Comment on hardcoding of maximum HKDF key expansion of 255 Bytes 2020-09-16 09:50:17 +01:00
threading.c
timing.c
version.c
version_features.c
x509.c
x509_create.c
x509_crl.c
x509_crt.c Document more precisely what goes into the default profile 2021-06-07 21:24:26 +02:00
x509_csr.c Apply MBEDTLS_ERROR_ADD to library 2021-04-15 11:19:47 +01:00
x509write_crt.c
x509write_csr.c
xtea.c