HomeSort by relevance Sort by last modified time
    Searched defs:KeyBuffer (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
RsaVerify.c 103 UINT8 *KeyBuffer;
138 KeyBuffer = AllocatePool (KeySize);
139 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize);
145 if (CompareMem (KeyBuffer, RsaN, KeySize) != 0) {
150 FreePool (KeyBuffer);
168 KeyBuffer = AllocatePool (KeySize);
169 Status = RsaGetKey (Rsa, RsaKeyE, KeyBuffer, &KeySize);
175 if (CompareMem (KeyBuffer, RsaE, KeySize) != 0) {
180 FreePool (KeyBuffer);
231 KeyBuffer = AllocatePool (KeySize);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Sa.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 537 UINT8 *KeyBuffer;
542 KeyBuffer = NULL;
575 KeyBuffer = AllocateZeroPool (KeyLenInBytes);
576 if (KeyBuffer == NULL) {
583 KeyBuffer,
586 CopyMem(KeyBlob + sizeof(CPL_KEY_INFO), KeyBuffer, KeyLenInBytes);
674 if (KeyBuffer != NULL) {
675 FreePool (KeyBuffer);
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]

Completed in 292 milliseconds