Kea
1.9.9-git
|
Functions | |
const std::string | getHashAlgorithmName (isc::cryptolink::HashAlgorithm algorithm) |
Decode the HashAlgorithm enum into a name usable by Botan. More... | |
const std::string isc::cryptolink::btn::getHashAlgorithmName | ( | isc::cryptolink::HashAlgorithm | algorithm | ) |
Decode the HashAlgorithm enum into a name usable by Botan.
algorithm | algorithm to be converted |
Definition at line 22 of file botan_hash.cc.
References isc::cryptolink::MD5, isc::cryptolink::SHA1, isc::cryptolink::SHA224, isc::cryptolink::SHA256, isc::cryptolink::SHA384, isc::cryptolink::SHA512, and isc::cryptolink::UNKNOWN_HASH.
Referenced by isc::cryptolink::HashImpl::HashImpl(), and isc::cryptolink::HMACImpl::HMACImpl().