Lines Matching refs:AlgorithmId

57   IN UINT8   AlgorithmId  in IpSecGetEncryptBlockSize()  argument
63 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) { in IpSecGetEncryptBlockSize()
81 IN UINT8 AlgorithmId in IpSecGetEncryptKeyLength() argument
87 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) { in IpSecGetEncryptKeyLength()
105 IN UINT8 AlgorithmId in IpSecGetEncryptIvLength() argument
111 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) { in IpSecGetEncryptIvLength()
129 IN UINT8 AlgorithmId in IpSecGetHmacDigestLength() argument
135 if (mIpsecAuthAlgorithmList[Index].AlgorithmId == AlgorithmId) { in IpSecGetHmacDigestLength()
156 IN UINT8 AlgorithmId in IpSecGetIcvLength() argument
162 if (AlgorithmId == mIpsecAuthAlgorithmList[Index].AlgorithmId) { in IpSecGetIcvLength()
203 IN UINT8 AlgorithmId in IpSecGetIndexFromEncList() argument
209 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) { in IpSecGetIndexFromEncList()
227 IN UINT8 AlgorithmId in IpSecGetIndexFromAuthList() argument
233 if (AlgorithmId == mIpsecAuthAlgorithmList[Index].AlgorithmId) { in IpSecGetIndexFromAuthList()
270 IN CONST UINT8 AlgorithmId, in IpSecCryptoIoEncrypt() argument
286 switch (AlgorithmId) { in IpSecCryptoIoEncrypt()
295 Index = IpSecGetIndexFromEncList (AlgorithmId); in IpSecCryptoIoEncrypt()
356 IN CONST UINT8 AlgorithmId, in IpSecCryptoIoDecrypt() argument
372 switch (AlgorithmId) { in IpSecCryptoIoDecrypt()
381 Index = IpSecGetIndexFromEncList(AlgorithmId); in IpSecCryptoIoDecrypt()
441 IN CONST UINT8 AlgorithmId, in IpSecCryptoIoHmac() argument
461 OutHashSize = IpSecGetHmacDigestLength (AlgorithmId); in IpSecCryptoIoHmac()
475 switch (AlgorithmId) { in IpSecCryptoIoHmac()
482 Index = IpSecGetIndexFromAuthList (AlgorithmId); in IpSecCryptoIoHmac()
563 IN CONST UINT8 AlgorithmId, in IpSecCryptoIoHash() argument
581 OutHashSize = IpSecGetHmacDigestLength (AlgorithmId); in IpSecCryptoIoHash()
594 switch (AlgorithmId) { in IpSecCryptoIoHash()
601 Index = IpSecGetIndexFromAuthList (AlgorithmId); in IpSecCryptoIoHash()