Home
last modified time | relevance | path

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

/mbedtls-development/programs/ssl/
A Dssl_context_info.c1012 enum { SSL_INIT_LEN = 4096 }; in main() enumerator
1017 size_t b64_max_len = SSL_INIT_LEN; in main()
1018 size_t ssl_max_len = SSL_INIT_LEN; in main()
1027 b64_buf = malloc( SSL_INIT_LEN ); in main()
1028 ssl_buf = malloc( SSL_INIT_LEN ); in main()

Completed in 3 milliseconds