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

  /external/libchrome/crypto/
hmac.cc 32 size_t HMAC::DigestLength() const {
69 if (digest.size() != DigestLength())
78 size_t digest_length = DigestLength();
hmac.h 38 size_t DigestLength() const;
78 // |DigestLength()| bytes long.
83 // that |digest| is allowed to be smaller than |DigestLength()|.
hmac_unittest.cc 179 EXPECT_EQ(kSHA256DigestSize, hmac.DigestLength());
220 EXPECT_EQ(kSHA1DigestSize, hmac.DigestLength());
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.h 180 UINTN DigestLength;
DxeImageVerificationLib.c 939 if (CompareMem (DbxCertHash, CertDigest, mHash[HashAlg].DigestLength) == 0) {
948 CopyMem (RevocationTime, (EFI_TIME *)(DbxCertHash + mHash[HashAlg].DigestLength), sizeof (EFI_TIME));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.h 358 UINTN DigestLength;
396 UINTN DigestLength;
IpSecCryptIo.c 139 return mIpsecAuthAlgorithmList[Index].DigestLength;
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 253 UINTN DigestLength; ///< Digest Length
SecureBootConfigImpl.c     [all...]

Completed in 155 milliseconds