SilcBool silc_packet_get_keys(SilcPacketStream stream, SilcCipher *send_key, SilcCipher *receive_key, SilcHmac *send_hmac, SilcHmac *receive_hmac);
Returns the pointers of current ciphers and HMACs from the `stream'. Returns FALSE if keys are not set.