Kea 2.7.5
|
Functions | |
const std::string | getHashAlgorithmName (isc::cryptolink::HashAlgorithm algorithm) |
Decode the HashAlgorithm enum into a name usable by Botan. | |
const std::string | getHmacAlgorithmName (isc::cryptolink::HashAlgorithm algorithm) |
Decode the HashAlgorithm enum into a name usable by Botan. | |
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 21 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().
const std::string isc::cryptolink::btn::getHmacAlgorithmName | ( | isc::cryptolink::HashAlgorithm | algorithm | ) |
Decode the HashAlgorithm enum into a name usable by Botan.
algorithm | algorithm to be converted |
Definition at line 21 of file botan_hmac.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::HMACImpl::HMACImpl().