Main Page
Modules
Data Structures
DOFCipherRegistry
DOFCipherRegistry_Get
DOFCipherRegistry_Register
DOFBlockCipher
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 8.0.1 Build 0
2018-01-22