Home
last modified time | relevance | path

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

/mbedtls-3.5.0/programs/ssl/
Dssl_context_info.c927 enum { SSL_INIT_LEN = 4096 }; in main() enumerator
932 size_t b64_max_len = SSL_INIT_LEN; in main()
933 size_t ssl_max_len = SSL_INIT_LEN; in main()
941 b64_buf = malloc(SSL_INIT_LEN); in main()
942 ssl_buf = malloc(SSL_INIT_LEN); in main()