Searched defs:KeySize (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
H A DRsaVerify.c102 UINTN KeySize; local
131 KeySize = 0;
132 Status = RsaGetKey (Rsa, RsaKeyN, NULL, &KeySize);
133 if (Status || KeySize != sizeof (RsaN)) {
138 KeyBuffer = AllocatePool (KeySize);
139 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize);
140 if (!Status || KeySize != sizeof (RsaN)) {
145 if (CompareMem (KeyBuffer, RsaN, KeySize) != 0) {
161 KeySize = 0;
162 Status = RsaGetKey (Rsa, RsaKeyE, NULL, &KeySize);
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
H A DFirmwareVolume.h293 UINT32 KeySize; member in struct:_EFI_FIRMWARE_VOLUME_PROTOCOL
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
H A DFirmwareVolume.h336 UINT32 KeySize; member in struct:_EFI_FIRMWARE_VOLUME_PROTOCOL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DBlockIoCrypto.h53 UINT64 KeySize; member in struct:__anon8892
136 // Pointer to the key. The size of the key is defined by the KeySize field of
H A DFirmwareVolume2.h556 at least This->KeySize bytes long. To re-initialize the search and begin from the
749 UINT32 KeySize; member in struct:_EFI_FIRMWARE_VOLUME2_PROTOCOL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/
H A DFirmwareVolume2.h187 UINT32 KeySize; member in struct:_EFI_FIRMWARE_VOLUME2_PROTOCOL
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c401 UINTN KeySize; local
465 KeySize = DigestSize;
535 KeySize,

Completed in 130 milliseconds