OpenDOF Project
DOFBlockCipher DOFCipherRegistry_Get ( DOFCipherAlgorithm  algorithm,
DOFCipherStrength  strength 
)

Retrieve a block cipher implementation from the library's registry.

Parameters
algorithmThe recognized algorithm to be registered; refer to DOFCipherAlgorithm.
strengthThe security strength as defined by the OpenDOF Project; refer to DOFCipherStrength.
Returns
The block cipher implementation.
Exceptions
NULLis 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