- 時間撮記:
- 2015-10-29 上午04:30:44 (9 年 以前)
- svn:sync-xref-src-repo-rev:
- 103777
- 位置:
- trunk/src/VBox/Devices/EFI/Firmware
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/EFI/Firmware
- 屬性 svn:mergeinfo 變動
/vendor/edk2/current 已合併: 103769-103776
- 屬性 svn:mergeinfo 變動
-
trunk/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/IpSecCryptIo.h
r48674 r58466 48 48 /** 49 49 Prototype of HMAC GetContextSize. 50 50 51 51 Retrieves the size, in bytes, of the context buffer required. 52 52 53 53 @return The size, in bytes, of the context buffer required. 54 54 … … 62 62 /** 63 63 Prototype of HMAC Operation Initiating. 64 64 65 65 Initialization with a new context. 66 66 … … 68 68 @param[in] Key Pointer to the key for HMAC. 69 69 @param[in] KeySize The length of the Key in bytes. 70 70 71 71 @retval TRUE Initialization Successfully. 72 72 … … 252 252 /** 253 253 Prototype of Hash Update 254 254 255 255 Digests the input data and updates hash context. 256 256 … … 355 355 // 356 356 // The Key length of the Algorithm 357 // 357 // 358 358 UINTN DigestLength; 359 359 // … … 579 579 the result into the OutData buffer. If the OutDataSize is larger than the related 580 580 HMAC alogrithm output size, return EFI_INVALID_PARAMETER. 581 581 582 582 @param[in] AlgorithmId The authentication Identification. 583 583 @param[in] Key Pointer of the authentication key. … … 705 705 @retval EFI_SUCCESS The operation perfoms successfully. 706 706 @retval EFI_INVALID_PARAMETER The DhContext is NULL. 707 707 708 708 **/ 709 709 EFI_STATUS … … 741 741 @param[out] OutData The pointer to the signed data. 742 742 @param[in, out] OutDataSize Pointer to contain the size of out data. 743 743 744 744 **/ 745 745 VOID … … 770 770 @retval TRUE Valid signature encoded in PKCS1-v1_5. 771 771 @retval FALSE Invalid signature or invalid RSA context. 772 772 773 773 **/ 774 774 BOOLEAN … … 811 811 @param[out] CertSubject Pointer to the retrieved certificate subject. 812 812 @param[out] SubjectSize The size of Certificate Subject in bytes. 813 813 814 814 @retval EFI_SUCCESS Retrieved the certificate subject successfully. 815 815 @retval EFI_INVALID_PARAMETER The certificate is malformed. 816 816 817 817 **/ 818 818 EFI_STATUS
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器