|  | Kea 3.1.0
    | 
| Classes | |
| class | SecBuf | 
| Secure Buffers which are wiped out when released.  More... | |
| Functions | |
| const EVP_MD * | getHashAlgorithm (isc::cryptolink::HashAlgorithm algorithm) | 
| Decode the HashAlgorithm enum into an EVP_MD pointer (or 0) | |
| const EVP_MD * isc::cryptolink::ossl::getHashAlgorithm | ( | isc::cryptolink::HashAlgorithm | algorithm | ) | 
Decode the HashAlgorithm enum into an EVP_MD pointer (or 0)
EVP_MD pointer is a OpenSSL's way of identifying hash algorithms
| algorithm | algorithm to be converted | 
Definition at line 24 of file openssl_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().