winIDEA SDK
|
This class presents a common API for storage devices security module.
#include <CStorageDeviceSecurityModule.h>
Public Member Functions | |
virtual void | secure ()=0 |
Secures the device. | |
virtual void | secure (ADDRESS_64 address, ADDRESS_64 size)=0 |
Secures the sector. | |
virtual void | secureCheck ()=0 |
Checks if security is set on device. | |
virtual void | secureCheck (ADDRESS_64 address, ADDRESS_64 size)=0 |
Checks if security is set on sector. | |
virtual void | unsecure ()=0 |
Unsecures the device. | |
virtual void | unsecure (ADDRESS_64 address, ADDRESS_64 size)=0 |
Unsecures the sector. | |
|
pure virtual |
Secures the device.
Python example: test_secure_unsecure_check.py
|
pure virtual |
Secures the sector.
address | address of the sector to be secured |
size | size of the sector to be secured Python example: test_secure_unsecure_check.py |
|
pure virtual |
Checks if security is set on device.
Python example: test_secure_unsecure_check.py
|
pure virtual |
Checks if security is set on sector.
address | address of the sector to be unsecured |
size | size of the sector to be unsecured Python example: test_secure_unsecure_check.py |
|
pure virtual |
Unsecures the device.
Python example: test_secure_unsecure_check.py
|
pure virtual |
Unsecures the sector.
address | address of the sector to be unsecured |
size | size of the sector to be unsecured Python example: test_secure_unsecure_check.py |