33 void pok_protocols_ssl_unmarshall (
void* crypted_data, pok_size_t crypted_size,
void* uncrypted_data,
size_t* uncrypted_size);
35 void pok_protocols_ssl_marshall (
void* uncrypted_data, pok_size_t uncrypted_size,
void* crypted_data,
size_t* crypted_size);