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()
977 ssl_ciphersuites.c). The preferred cipher suite is now1139 * In the TLS 1.3 server, select the preferred client cipher suite, not the1143 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édric2200 * The cipher suite TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 was not available2204 * Fix test suite code on platforms where int32_t is not int, such as2224 * Fix a resource leak in a test suite with an alternative AES3121 * 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 which4124 * Fix bugs in RSA test suite under MBEDTLS_NO_PLATFORM_ENTROPY. #1023 #1024[all …]
243 Mbed TLS includes an elaborate test suite in `tests/` that initially requires Python to generate th…
1678 * New tests added in xtest test suite: concurrent TA (xtest 1013),1744 * [OP-TEE/optee_test][optee_test] test suite is released.