Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/programs/ssl/
Dssl_client2.c358 static int my_send( void *ctx, const unsigned char *buf, size_t len ) in my_send() function
1237 mbedtls_ssl_set_bio( &ssl, &server_fd, my_send, my_recv, NULL ); in main()
Dssl_server2.c441 static int my_send( void *ctx, const unsigned char *buf, size_t len ) in my_send() function
1835 mbedtls_ssl_set_bio( &ssl, &client_fd, my_send, my_recv, NULL ); in main()