Home
last modified time | relevance | path

Searched refs:AesInit (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DBlockCipherVerify.c285 Status = AesInit (CipherCtx, Aes128EcbKey, 128); in ValidateCryptBlockCipher()
321 Status = AesInit (CipherCtx, Aes192EcbKey, 192); in ValidateCryptBlockCipher()
357 Status = AesInit (CipherCtx, Aes256EcbKey, 256); in ValidateCryptBlockCipher()
393 Status = AesInit (CipherCtx, Aes128CbcKey, 128); in ValidateCryptBlockCipher()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
DCryptAesNull.c49 AesInit ( in AesInit() function
DCryptAes.c59 AesInit ( in AesInit() function
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/
DCryptAesNull.c49 AesInit ( in AesInit() function
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c24 {IKE_EALG_AESCBC, 16, 16, 16, AesGetContextSize, AesInit, AesCbcEncrypt, AesCbcDecrypt}
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h1491 AesInit (