encryption_key

Macro encryption_key 

Source
macro_rules! encryption_key {
    ($handle:tt) => { ... };
}
Expand description

Convenience macro to get a Option<&ssp::AesKey> from the DeviceHandle.

If the encryption key is unset, returns None.