Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_context_info.c919 enum { SSL_INIT_LEN = 4096 }; in main() enumerator
924 size_t b64_max_len = SSL_INIT_LEN; in main()
925 size_t ssl_max_len = SSL_INIT_LEN; in main()
942 b64_buf = malloc(SSL_INIT_LEN); in main()
943 ssl_buf = malloc(SSL_INIT_LEN); in main()