Lines Matching defs:version
53 #include <mbedtls/version.h>
1013 * to use RFC9146 extension ID of 54, rather than the draft version -05
1557 * to use RFC9146 extension ID of 54, rather than the draft version -05
1843 * to use RFC9146 extension ID of 54, rather than the draft version -05
2550 static coap_tls_version_t version;
2551 version.version = mbedtls_version_get_number();
2552 version.built_version = MBEDTLS_VERSION_NUMBER;
2553 version.type = COAP_TLS_LIBRARY_MBEDTLS;
2554 return &version;