VirtualBox

忽略:
時間撮記:
2015-10-29 上午04:30:44 (9 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
103777
訊息:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

位置:
trunk/src/VBox/Devices/EFI/Firmware
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/IpSecCryptIo.h

    r48674 r58466  
    4848/**
    4949  Prototype of HMAC GetContextSize.
    50  
     50
    5151  Retrieves the size, in bytes, of the context buffer required.
    52  
     52
    5353  @return  The size, in bytes, of the context buffer required.
    5454
     
    6262/**
    6363  Prototype of HMAC Operation Initiating.
    64  
     64
    6565  Initialization with a new context.
    6666
     
    6868  @param[in]      Key      Pointer to the key for HMAC.
    6969  @param[in]      KeySize  The length of the Key in bytes.
    70  
     70
    7171  @retval TRUE  Initialization Successfully.
    7272
     
    252252/**
    253253  Prototype of Hash Update
    254  
     254
    255255  Digests the input data and updates hash context.
    256256
     
    355355  //
    356356  // The Key length of the Algorithm
    357   // 
     357  //
    358358  UINTN                    DigestLength;
    359359  //
     
    579579  the result into the OutData buffer. If the OutDataSize is larger than the related
    580580  HMAC alogrithm output size, return EFI_INVALID_PARAMETER.
    581  
     581
    582582  @param[in]      AlgorithmId     The authentication Identification.
    583583  @param[in]      Key             Pointer of the authentication key.
     
    705705  @retval EFI_SUCCESS              The operation perfoms successfully.
    706706  @retval EFI_INVALID_PARAMETER    The DhContext is NULL.
    707  
     707
    708708**/
    709709EFI_STATUS
     
    741741  @param[out]     OutData         The pointer to the signed data.
    742742  @param[in, out] OutDataSize     Pointer to contain the size of out data.
    743  
     743
    744744**/
    745745VOID
     
    770770  @retval  TRUE   Valid signature encoded in PKCS1-v1_5.
    771771  @retval  FALSE  Invalid signature or invalid RSA context.
    772  
     772
    773773**/
    774774BOOLEAN
     
    811811  @param[out]    CertSubject       Pointer to the retrieved certificate subject.
    812812  @param[out]    SubjectSize       The size of Certificate Subject in bytes.
    813  
     813
    814814  @retval  EFI_SUCCESS            Retrieved the certificate subject successfully.
    815815  @retval  EFI_INVALID_PARAMETER  The certificate is malformed.
    816  
     816
    817817**/
    818818EFI_STATUS
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette