Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/lib/qcbor/
H A DREADME.md65 **Comprehensive test suite** – Easy to verify on a new platform or OS
66 with the test suite. The test suite dependencies are minimal and the
164 QCBOR's test suite is written in the same portable C that QCBOR is
165 where TinyCBOR requires Qt for its test. QCBOR's test suite is
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls12_server.c1717 const mbedtls_ssl_ciphersuite_t *suite = NULL; in ssl_write_encrypt_then_mac_ext() local
1725 suite = mbedtls_ssl_ciphersuite_from_id( in ssl_write_encrypt_then_mac_ext()
1727 if (suite == NULL) { in ssl_write_encrypt_then_mac_ext()
1733 suite); in ssl_write_encrypt_then_mac_ext()
2327 const mbedtls_ssl_ciphersuite_t *suite = in ssl_write_server_hello() local
2329 if (suite != NULL && mbedtls_ssl_ciphersuite_uses_ec(suite)) { in ssl_write_server_hello()
H A Dssl_misc.h2799 const mbedtls_ssl_ciphersuite_t *suite);
2802 const mbedtls_ssl_ciphersuite_t *suite);
H A Dssl_tls.c2437 const mbedtls_ssl_ciphersuite_t *suite) in mbedtls_ssl_get_mode_from_ciphersuite() argument
2446 status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) suite->cipher, in mbedtls_ssl_get_mode_from_ciphersuite()
2453 mbedtls_cipher_info_from_type((mbedtls_cipher_type_t) suite->cipher); in mbedtls_ssl_get_mode_from_ciphersuite()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog977 ssl_ciphersuites.c). The preferred cipher suite is now
1139 * In the TLS 1.3 server, select the preferred client cipher suite, not the
1143 session where the cipher suite is TLS_AES_256_GCM_SHA384.
2114 test cases provided in the NIST's CAVP test suite. Contributed by Cédric
2200 * The cipher suite TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 was not available
2204 * Fix test suite code on platforms where int32_t is not int, such as
2224 * Fix a resource leak in a test suite with an alternative AES
3121 * Replace multiple uses of MD2 by SHA-256 in X.509 test suite. Fixes #821.
3196 * Fix bugs in the AEAD test suite which would be exposed by ciphers which
4124 * Fix bugs in RSA test suite under MBEDTLS_NO_PLATFORM_ENTROPY. #1023 #1024
[all …]
H A DREADME.md243 Mbed TLS includes an elaborate test suite in `tests/` that initially requires Python to generate th…
/optee_os/
H A DCHANGELOG.md1678 * New tests added in xtest test suite: concurrent TA (xtest 1013),
1744 * [OP-TEE/optee_test][optee_test] test suite is released.