Searched refs:TdesInit (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Cipher/
H A DCryptTdes.c61 TdesInit ( function
120 TdesContext should be already correctly initialized by TdesInit(). Behavior with
181 TdesContext should be already correctly initialized by TdesInit(). Behavior with
243 TdesContext should be already correctly initialized by TdesInit(). Behavior with
307 TdesContext should be already correctly initialized by TdesInit(). Behavior with
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DBlockCipherVerify.c168 Status = TdesInit (CipherCtx, TdesEcbKey, 64);
204 Status = TdesInit (CipherCtx, TdesEcbKey, 128);
240 Status = TdesInit (CipherCtx, TdesCbcKey, 192);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/
H A DBaseCryptLib.h742 TdesInit (
755 TdesContext should be already correctly initialized by TdesInit(). Behavior with
788 TdesContext should be already correctly initialized by TdesInit(). Behavior with
822 TdesContext should be already correctly initialized by TdesInit(). Behavior with
859 TdesContext should be already correctly initialized by TdesInit(). Behavior with
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.c23 {IKE_EALG_3DESCBC, 24, 8, 8, TdesGetContextSize, TdesInit, TdesCbcEncrypt, TdesCbcDecrypt},

Completed in 210 milliseconds