Home
last modified time | relevance | path

Searched refs:KeyBits (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.h160 IN UINTN KeyBits
532 IN CONST UINTN KeyBits,
567 IN CONST UINTN KeyBits,
DIpSecCryptIo.c272 IN CONST UINTN KeyBits, in IpSecCryptoIoEncrypt() argument
311 if (mIpsecEncryptAlgorithmList[Index].CipherInitiate (Context, Key, KeyBits)) { in IpSecCryptoIoEncrypt()
358 IN CONST UINTN KeyBits, in IpSecCryptoIoDecrypt() argument
398 if (mIpsecEncryptAlgorithmList[Index].CipherInitiate (Context, Key, KeyBits)) { in IpSecCryptoIoDecrypt()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHiiPrivate.h42 KEY_BITS KeyBits; member
DOpalHii.c459 HiiKeyId = (UINT8) HiiKey.KeyBits.Id; in DriverCallback()
473 return HiiSelectDisk((UINT8)HiiKey.KeyBits.Index); in DriverCallback()