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

  /external/libchrome/crypto/
hmac.cc 26 size_t HMAC::DigestLength() const {
40 if (digest.size() != DigestLength())
49 size_t digest_length = DigestLength();
hmac.h 38 size_t DigestLength() const;
77 // |DigestLength()| bytes long.
82 // that |digest| is allowed to be smaller than |DigestLength()|.
hmac_unittest.cc 179 EXPECT_EQ(kSHA256DigestSize, hmac.DigestLength());
220 EXPECT_EQ(kSHA1DigestSize, hmac.DigestLength());
  /system/keymaster/
hmac.h 29 // DigestLength returns the length, in bytes, of the resulting digest.
30 size_t DigestLength() const;
44 // supplied to Init. |digest| must be exactly |DigestLength()| bytes long.
hkdf.cpp 51 if (pseudo_random_key.get() == nullptr || digest_size_ != prk_hmac.DigestLength())
hmac.cpp 30 size_t HmacSha256::DigestLength() const {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.h 180 UINTN DigestLength;
DxeImageVerificationLib.c     [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 329 UINTN DigestLength; ///< Digest Length
SecureBootConfigImpl.c     [all...]

Completed in 327 milliseconds