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.
macro_rules! encryption_key {
($handle:tt) => { ... };
}Convenience macro to get a Option<&ssp::AesKey> from the DeviceHandle.
If the encryption key is unset, returns None.