Searched refs:suite (Results 1 – 7 of 7) sorted by relevance
65 **Comprehensive test suite** – Easy to verify on a new platform or OS66 with the test suite. The test suite dependencies are minimal and the164 QCBOR's test suite is written in the same portable C that QCBOR is165 where TinyCBOR requires Qt for its test. QCBOR's test suite is
1717 const mbedtls_ssl_ciphersuite_t *suite = NULL; in ssl_write_encrypt_then_mac_ext() local1725 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() local2329 if (suite != NULL && mbedtls_ssl_ciphersuite_uses_ec(suite)) { in ssl_write_server_hello()
2799 const mbedtls_ssl_ciphersuite_t *suite);2802 const mbedtls_ssl_ciphersuite_t *suite);
2437 const mbedtls_ssl_ciphersuite_t *suite) in mbedtls_ssl_get_mode_from_ciphersuite() argument2446 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()
1020 ssl_ciphersuites.c). The preferred cipher suite is now1182 * In the TLS 1.3 server, select the preferred client cipher suite, not the1186 session where the cipher suite is TLS_AES_256_GCM_SHA384.2157 test cases provided in the NIST's CAVP test suite. Contributed by Cédric2243 * The cipher suite TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 was not available2247 * Fix test suite code on platforms where int32_t is not int, such as2267 * Fix a resource leak in a test suite with an alternative AES3164 * Replace multiple uses of MD2 by SHA-256 in X.509 test suite. Fixes #821.3239 * Fix bugs in the AEAD test suite which would be exposed by ciphers which4167 * Fix bugs in RSA test suite under MBEDTLS_NO_PLATFORM_ENTROPY. #1023 #1024[all …]
247 Mbed TLS includes an elaborate test suite in `tests/` that initially requires Python to generate th…
1708 * New tests added in xtest test suite: concurrent TA (xtest 1013),1774 * [OP-TEE/optee_test][optee_test] test suite is released.