Home
last modified time | relevance | path

Searched refs:CipherInitiate (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c311 if (mIpsecEncryptAlgorithmList[Index].CipherInitiate (Context, Key, KeyBits)) { in IpSecCryptoIoEncrypt()
398 if (mIpsecEncryptAlgorithmList[Index].CipherInitiate (Context, Key, KeyBits)) { in IpSecCryptoIoDecrypt()
DIpSecCryptIo.h336 CRYPTO_CIPHER_INIT CipherInitiate; member