X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLibRuntimeCryptProtocol%2FHmac%2FCryptHmacMd5Null.c;fp=CryptoPkg%2FLibrary%2FBaseCryptLibRuntimeCryptProtocol%2FHmac%2FCryptHmacMd5Null.c;h=b09b5a8731ac25bbe3df8aceec4d70d27e55beed;hp=b4bdde0433a541fe51170256064ee4b989fe75fa;hb=630f67ddfea296ccb59d7863796210e130eec67e;hpb=2b5c643ae8f7e72a56deeacead6b5302a076d329 diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c index b4bdde0433..b09b5a8731 100644 --- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c +++ b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c @@ -1,7 +1,7 @@ /** @file HMAC-MD5 Wrapper Implementation which does not provide real capabilities. -Copyright (c) 2012, Intel Corporation. All rights reserved.
+Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -34,9 +34,9 @@ HmacMd5GetContextSize ( /** Initializes user-supplied memory pointed by HmacMd5Context as HMAC-MD5 context for - subsequent use. + subsequent use. - Return FALSE to indicate this interface is not supported. + Return FALSE to indicate this interface is not supported. @param[out] HmacMd5Context Pointer to HMAC-MD5 context being initialized. @param[in] Key Pointer to the user-supplied key.