Home
last modified time | relevance | path

Searched refs:side (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Decdh.c420 mbedtls_ecdh_side side) in ecdh_get_params_internal() argument
425 if (side == MBEDTLS_ECDH_THEIRS) { in ecdh_get_params_internal()
430 if (side != MBEDTLS_ECDH_OURS) { in ecdh_get_params_internal()
447 mbedtls_ecdh_side side) in mbedtls_ecdh_get_params() argument
450 if (side != MBEDTLS_ECDH_OURS && side != MBEDTLS_ECDH_THEIRS) { in mbedtls_ecdh_get_params()
470 return ecdh_get_params_internal(ctx, key, side); in mbedtls_ecdh_get_params()
476 mbedtls_everest_ecdh_side s = side == MBEDTLS_ECDH_OURS ? in mbedtls_ecdh_get_params()
485 key, side); in mbedtls_ecdh_get_params()
/optee_os/
H A DREADME.md2 This git contains source code for the secure side implementation of OP-TEE
H A DCHANGELOG.md1099 * crypto: fix RSA key leakage after side channel attack
1904 * Add cryptographic abstraction layer in on secure side to ease the use of
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decdh.h345 mbedtls_ecdh_side side);
/optee_os/lib/libmbedtls/mbedtls/
H A DSECURITY.md68 physical side channels as well. Remote and physical timing attacks are covered
75 #### Local non-timing side channels
83 side channel attacks. If local non-timing attacks are present in a use case or
H A DChangeLog60 * Fix a timing side channel in the implementation of PKCS#7 padding
553 * When negotiating TLS version on server side, do not fall back to the
654 * Fix a timing side channel in private key RSA operations. This side channel
704 the capabilities of the PSA side for either key.
740 * Add support for server-side TLS version negotiation. If both TLS 1.2 and
1068 * Fix a potential heap buffer overread in TLS 1.3 client-side when
1071 Arm, so that these systems are no longer vulnerable to timing side-channel
1077 timing side-channel attacks. There is now an intrinsics-based AES-NI
1088 calculation on the client side. It prevents a server with more accurate
1480 * Add support for client-side TLS version negotiation. If both TLS 1.2 and
[all …]