
Static Public Member Functions | |
| static uint | my_psk_server_cb (IntPtr ssl, string identity, IntPtr key, uint max_key) |
| Example of a PSK function call back More... | |
|
inlinestatic |
Example of a PSK function call back
| ssl | pointer to ssl structure |
| identity | identity of client connecting |
| key | buffer to hold key |
| max_key | max key size |