Home
last modified time | relevance | path

Searched refs:context_buf_len (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c2020 size_t context_buf_len; in mbedtls_test_ssl_perform_handshake() local
2214 0, &context_buf_len) in mbedtls_test_ssl_perform_handshake()
2217 context_buf = mbedtls_calloc(1, context_buf_len); in mbedtls_test_ssl_perform_handshake()
2221 context_buf_len, in mbedtls_test_ssl_perform_handshake()
2222 &context_buf_len) in mbedtls_test_ssl_perform_handshake()
2250 context_buf_len) == 0); in mbedtls_test_ssl_perform_handshake()
/third_party/mbedtls/programs/ssl/
H A Dssl_client2.c848 size_t context_buf_len; in main() local
2819 context_buf_len = buf_len; in main()
2924 context_buf_len = 0; in main()
3126 mbedtls_platform_zeroize(context_buf, context_buf_len); in main()
H A Dssl_server2.c1582 size_t context_buf_len = 0; in main() local
4021 context_buf_len = buf_len; in main()
4147 context_buf_len = 0; in main()
4217 mbedtls_platform_zeroize(context_buf, context_buf_len); in main()

Completed in 13 milliseconds