mbedtls/include/mbedtls
Gilles Peskine 7a2e83b839 Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-04-05 15:03:39 +02:00
..
aes.h Remove mode param from AES-CTR docs 2021-10-22 22:05:04 +02:00
aria.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
asn1.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00
asn1write.h
base64.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
bignum.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
build_info.h Force usage of MBEDTLS_PK_WRITE_C when PK_C and USE_PSA_CRYPTO is used 2022-01-19 12:34:30 -05:00
camellia.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
ccm.h Remove invalid comments in CCM API 2021-10-27 11:25:08 +02:00
chacha20.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
chachapoly.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
check_config.h Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal 2022-03-14 12:57:37 +00:00
cipher.h Document return value for IV size getter on NULL 2021-11-28 14:13:43 +01:00
cmac.h Reword documentation of CMAC operations 2021-12-06 18:58:02 +00:00
compat-2.x.h
config_psa.h Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG 2022-04-05 15:03:39 +02:00
constant_time.h Fix documentation and comments 2021-11-03 16:13:32 +01:00
ctr_drbg.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
debug.h Move msvc compatible fix to common.h 2021-09-27 16:25:05 +08:00
des.h Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL 2021-09-27 19:15:56 +02:00
dhm.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
ecdh.h
ecdsa.h
ecjpake.h
ecp.h doxygen: fix missing asterisk in ecp.h 2022-01-24 10:48:10 -05:00
entropy.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
error.h Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. 2021-10-22 10:33:32 +02:00
gcm.h Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. 2021-10-22 10:33:32 +02:00
hkdf.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
hmac_drbg.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
mbedtls_config.h SECLIB-667: Accelerate SHA-256 with A64 crypto extensions 2022-02-21 08:37:26 +00:00
md.h Remove extra newline 2021-12-28 17:42:30 +01:00
md5.h
memory_buffer_alloc.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
net_sockets.h mbedtls_net_context: make fd public on Unix/POSIX platforms 2021-08-31 22:54:27 +02:00
nist_kw.h
oid.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
pem.h Add accessor to get buf from mbedtls_pem_context 2022-02-08 14:53:46 -05:00
pk.h Rename error translation functions and move them to library/pk_wrap.* 2022-03-01 15:21:02 +01:00
pkcs5.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
pkcs12.h Documentation fixes 2021-11-30 15:37:49 +00:00
platform.h Do not include time.h without MBEDTLS_HAVE_TIME 2022-03-04 05:07:45 -05:00
platform_time.h doxygen: remove empty platform_time configuration section 2021-12-30 12:34:00 +01:00
platform_util.h fix build fail with MBEDTLS_DEPRECATED 2021-10-20 23:33:15 +01:00
poly1305.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
private_access.h
psa_util.h Merge pull request #5524 from mprse/tls_ecdh_2c 2022-03-08 11:43:45 +01:00
ripemd160.h
rsa.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
sha1.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
sha256.h Add return info to sha256 docs 2021-10-22 22:05:10 +02:00
sha512.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
ssl.h Adjust comment describing mbedtls_ssl_set_hs_own_cert() 2022-03-10 04:45:27 -05:00
ssl_cache.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
ssl_ciphersuites.h Add accessors for ciphersuite info 2022-01-13 00:05:48 -05:00
ssl_cookie.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
ssl_ticket.h Create public macros for ssl_ticket key,name sizes 2022-02-09 15:28:28 -05:00
threading.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
timing.h
version.h
x509.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00
x509_crl.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
x509_crt.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00
x509_csr.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00