HomeSort by relevance Sort by last modified time
    Searched refs:HASH_FINAL (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
Sha256Hash.h 116 (EFIAPI *HASH_FINAL)(
140 HASH_FINAL HashFinal;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
HashLib.h 137 (EFIAPI *HASH_FINAL) (
151 HASH_FINAL HashFinal;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.h 163 (EFIAPI *HASH_FINAL)(
204 HASH_FINAL HashFinal;
  /external/boringssl/src/crypto/fipsmodule/digest/
md32_common.h 92 // |HASH_FINAL| must be defined as the name of "Final" function to generate.
127 #ifndef HASH_FINAL
128 #error "HASH_FINAL must be defined!"
231 int HASH_FINAL(uint8_t *md, HASH_CTX *c) {
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 243 (EFIAPI *HASH_FINAL)(
259 HASH_FINAL HashFinal; ///< Pointer to Hash Final function
  /external/boringssl/src/crypto/fipsmodule/md4/
md4.c 93 #define HASH_FINAL MD4_Final
243 #undef HASH_FINAL
  /external/boringssl/src/crypto/fipsmodule/md5/
md5.c 99 #define HASH_FINAL MD5_Final
285 #undef HASH_FINAL
  /external/boringssl/src/crypto/fipsmodule/sha/
sha256.c 172 #define HASH_FINAL SHA256_Final
325 #undef HASH_FINAL
sha1.c 113 #define HASH_FINAL SHA1_Final
355 #undef HASH_FINAL
  /external/boringssl/src/decrepit/ripemd/
internal.h 77 #define HASH_FINAL RIPEMD160_Final
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 263 #define HASH_FINAL MD5_Final
322 * HASH_FINAL
359 * #define HASH_FINAL MD5_Final
386 #ifndef HASH_FINAL
387 #error "HASH_FINAL must be defined!"
790 int HASH_FINAL (unsigned char *md, HASH_CTX *c)
    [all...]

Completed in 303 milliseconds