Searched refs:AlgorithmId (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecCryptIo.c | 57 IN UINT8 AlgorithmId in IpSecGetEncryptBlockSize() argument 63 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) { in IpSecGetEncryptBlockSize() 81 IN UINT8 AlgorithmId in IpSecGetEncryptKeyLength() argument 87 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) { in IpSecGetEncryptKeyLength() 105 IN UINT8 AlgorithmId in IpSecGetEncryptIvLength() argument 111 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) { in IpSecGetEncryptIvLength() 129 IN UINT8 AlgorithmId in IpSecGetHmacDigestLength() argument 135 if (mIpsecAuthAlgorithmList[Index].AlgorithmId == AlgorithmId) { in IpSecGetHmacDigestLength() 156 IN UINT8 AlgorithmId in IpSecGetIcvLength() argument 162 if (AlgorithmId == mIpsecAuthAlgorithmList[Index].AlgorithmId) { in IpSecGetIcvLength() [all …]
|
D | IpSecCryptIo.h | 316 UINT8 AlgorithmId; member 354 UINT8 AlgorithmId; member 392 UINT8 AlgorithmId; member 433 IN UINT8 AlgorithmId 446 IN UINT8 AlgorithmId 459 IN UINT8 AlgorithmId 472 IN UINT8 AlgorithmId 485 IN UINT8 AlgorithmId 530 IN CONST UINT8 AlgorithmId, 565 IN CONST UINT8 AlgorithmId, [all …]
|
D | Ike.h | 228 UINT8 AlgorithmId; // Encryption or Authentication Id used by ESP/AH member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | TcgService.h | 100 IN TCG_ALGORITHM_ID AlgorithmId, 182 IN TCG_ALGORITHM_ID AlgorithmId,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/ |
D | TcgService.h | 96 IN TCG_ALGORITHM_ID AlgorithmId, 126 IN TCG_ALGORITHM_ID AlgorithmId,
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/ |
D | TcgDxe.c | 332 IN TCG_ALGORITHM_ID AlgorithmId, in TcgDxeHashAll() argument 341 switch (AlgorithmId) { in TcgDxeHashAll() 639 IN TPM_ALGORITHM_ID AlgorithmId, in TcgDxeHashLogExtendEvent() argument 658 if (AlgorithmId != TPM_ALG_SHA) { in TcgDxeHashLogExtendEvent()
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
D | Utility.c | 2031 IN UINT16 AlgorithmId, in Ikev2IsSupportAlg() argument 2039 if (mIkev2EncryptAlgorithmList[Index] == AlgorithmId) { in Ikev2IsSupportAlg() 2047 if (mIkev2AuthAlgorithmList[Index] == AlgorithmId) { in Ikev2IsSupportAlg() 2055 if (mIkev2DhGroupAlgorithmList[Index] == AlgorithmId) { in Ikev2IsSupportAlg() 2063 if (mIkev2PrfAlgorithmList[Index] == AlgorithmId) { in Ikev2IsSupportAlg()
|
D | Utility.h | 1015 IN UINT16 AlgorithmId,
|