Main Page
Related Pages
Modules
Data Structures
DOFCipherRegistry
DOFCipherRegistry_Get
DOFCipherRegistry_Register
DOFCipher DOFCipherRegistry_Get
(
DOFCipherAlgorithm
algorithm
,
DOFCipherStrength
strength
)
Retrieve a block cipher implementation from the library's registry.
Parameters
algorithm
The recognized algorithm to be registered; refer to
DOFCipherAlgorithm
.
strength
The security strength as defined by the OpenDOF Project; refer to
DOFCipherStrength
.
Returns
The block cipher implementation.
Exceptions
NULL
is returned if the registry does not contain an implementation of the given algorithm and strength.
core-c-dof-oal
Version 7.1.7 Build 0
2017-10-31