Searched defs:KeyLength (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pem/
H A DCryptPem.c37 INTN KeyLength; local
44 KeyLength = (INTN) AsciiStrLen ((CHAR8 *)Key);
45 KeyLength = (KeyLength > Size ) ? Size : KeyLength;
46 CopyMem (Buf, Key, (UINTN) KeyLength);
47 return KeyLength;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DBis.h81 UINT16 KeyLength; ///< The length of alg. keys in bits. member in struct:__anon12030
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.h320 UINTN KeyLength; member in struct:_ENCRYPT_ALGORITHM
584 @param[in] KeyLength The length of the Key in bytes.
601 IN UINTN KeyLength,
H A DIpSecCryptIo.c88 return mIpsecEncryptAlgorithmList[Index].KeyLength;
426 @param[in] KeyLength The length of the Key in bytes.
443 IN UINTN KeyLength,
501 if (mIpsecAuthAlgorithmList[Index].HmacInitiate(HashContext, Key, KeyLength)) {
440 IpSecCryptoIoHmac( IN CONST UINT8 AlgorithmId, IN CONST UINT8 *Key, IN UINTN KeyLength, IN HASH_DATA_FRAGMENT *InDataFragment, IN UINTN FragmentCount, OUT UINT8 *OutData, IN UINTN OutDataSize ) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddcdvd.h62 ULONG KeyLength; member in struct:_DVD_COPY_PROTECT_KEY
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddcdvd.h64 ULONG KeyLength; member in struct:_DVD_COPY_PROTECT_KEY

Completed in 348 milliseconds