Searched defs:AlgorithmId (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.h316 UINT8 AlgorithmId; member in struct:_ENCRYPT_ALGORITHM
354 UINT8 AlgorithmId; member in struct:_AUTH_ALGORITHM
392 UINT8 AlgorithmId; member in struct:_HASH_ALGORITHM
426 @param[in] AlgorithmId The encryption algorithm ID.
433 IN UINT8 AlgorithmId
439 @param[in] AlgorithmId The encryption algorithm ID.
446 IN UINT8 AlgorithmId
452 @param[in] AlgorithmId The encryption algorithm ID.
459 IN UINT8 AlgorithmId
465 @param[in] AlgorithmId Th
[all...]
H A DIpSecCryptIo.c50 @param[in] AlgorithmId The encryption algorithm ID.
57 IN UINT8 AlgorithmId
63 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) {
74 @param[in] AlgorithmId The encryption algorithm ID.
81 IN UINT8 AlgorithmId
87 if (AlgorithmId == mIpsecEncryptAlgorithmList[Index].AlgorithmId) {
98 @param[in] AlgorithmId The encryption algorithm ID.
105 IN UINT8 AlgorithmId
269 IpSecCryptoIoEncrypt( IN CONST UINT8 AlgorithmId, IN CONST UINT8 *Key, IN CONST UINTN KeyBits, IN CONST UINT8 *Ivec, OPTIONAL IN UINT8 *InData, IN UINTN InDataLength, OUT UINT8 *OutData ) argument
355 IpSecCryptoIoDecrypt( IN CONST UINT8 AlgorithmId, IN CONST UINT8 *Key, IN CONST UINTN KeyBits, IN CONST UINT8 *Ivec, OPTIONAL IN UINT8 *InData, IN UINTN InDataLength, OUT UINT8 *OutData ) argument
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
562 IpSecCryptoIoHash( IN CONST UINT8 AlgorithmId, IN HASH_DATA_FRAGMENT *InDataFragment, IN UINTN FragmentCount, OUT UINT8 *OutData, IN UINTN OutDataSize ) argument
[all...]
H A DIke.h228 UINT8 AlgorithmId; // Encryption or Authentication Id used by ESP/AH member in struct:__anon12519
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c222 @param[in] AlgorithmId Identification of the Algorithm to use for the hashing operation
230 @retval EFI_UNSUPPORTED AlgorithmId not supported.
240 IN TCG_ALGORITHM_ID AlgorithmId,
249 switch (AlgorithmId) {
452 @param[in] AlgorithmId Identification of the Algorithm to use for the hashing operation
463 @retval EFI_UNSUPPORTED AlgorithmId != TPM_ALG_SHA.
474 IN TPM_ALGORITHM_ID AlgorithmId,
488 if (AlgorithmId != TPM_ALG_SHA) {
236 TcgDxeHashAll( IN EFI_TCG_PROTOCOL *This, IN UINT8 *HashData, IN UINT64 HashDataLen, IN TCG_ALGORITHM_ID AlgorithmId, IN OUT UINT64 *HashedDataLen, IN OUT UINT8 **HashedDataResult ) argument
470 TcgDxeHashLogExtendEvent( IN EFI_TCG_PROTOCOL *This, IN EFI_PHYSICAL_ADDRESS HashData, IN UINT64 HashDataLen, IN TPM_ALGORITHM_ID AlgorithmId, IN OUT TCG_PCR_EVENT *TCGLogData, IN OUT UINT32 *EventNumber, OUT EFI_PHYSICAL_ADDRESS *EventLogLastEntry ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DUtility.c1954 @param[in] AlgorithmId The specified Algorithm ID.
1964 IN UINT16 AlgorithmId,
1972 if (mIkev2EncryptAlgorithmList[Index] == AlgorithmId) {
1980 if (mIkev2AuthAlgorithmList[Index] == AlgorithmId) {
1988 if (mIkev2DhGroupAlgorithmList[Index] == AlgorithmId) {
1996 if (mIkev2PrfAlgorithmList[Index] == AlgorithmId) {
1963 Ikev2IsSupportAlg( IN UINT16 AlgorithmId, IN UINT8 Type ) argument

Completed in 40 milliseconds