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

  /external/selinux/libselinux/src/
sha1.h 58 // Sha1Update
64 Sha1Update
label_support.c 125 Sha1Update(&context, digest->hashbuf, digest->hashbuf_size);
sha1.c 146 // Sha1Update
152 Sha1Update
209 Sha1Update( Context, (uint8_t*)"\x80", 1 );
212 Sha1Update( Context, (uint8_t*)"\0", 1 );
215 Sha1Update( Context, finalcount, 8 ); // Should cause a Sha1TransformFunction()
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
TpmComm.c 19 combines Sha1Init(), Sha1Update() and Sha1Final().
43 Sha1Update (Sha1Ctx, Data, DataLen);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/
CryptSha1Null.c 94 Sha1Update (
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/
CryptSha1.c 120 Sha1Update (
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashInstanceLibSha1/
HashInstanceLibSha1.c 94 Sha1Update (Sha1Ctx, DataToHash, DataToHashLen);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 455 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
483 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
507 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
532 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
604 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
640 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Hash2DxeCrypto.c 130 {&gEfiHashAlgorithmSha1Guid, sizeof(EFI_SHA1_HASH2), Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
HashVerify.c 218 Status = Sha1Update (HashCtx, HashData, DataSize);
RsaVerify.c 316 Status = Sha1Update (Sha1Ctx, RsaSignData, AsciiStrLen (RsaSignData));
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 203 combines Sha1Init(), Sha1Update() and Sha1Final().
227 Sha1Update (Sha1Ctx, Data, DataLen);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h 440 Sha1Update (
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c 42 {IKE_AALG_SHA1HMAC, 20, 12, 64, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final}
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 65 Status = Sha1Update (HashCtx, Data, DataSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c 276 combines Sha1Init(), Sha1Update() and Sha1Final().
300 Sha1Update (Sha1Ctx, Data, DataLen);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.c 294 Status = Sha1Update (Hash, Password, PasswordSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.c 447 Status = Sha1Update (Hash, Buffer, BufferSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 68 { L"SHA1", 20, &mHashOidValue[0], 5, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 66 { L"SHA1", 20, &mHashOidValue[8], 5, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },
    [all...]

Completed in 338 milliseconds