14 Dec, 2016

2 commits

  • The :functions: definition allows the specification of multiple
    function references which prevents parsing the header file multiple
    times.

    Reported-by: Jani Nikula
    Signed-off-by: Stephan Mueller
    Signed-off-by: Jonathan Corbet

    Stephan Mueller
     
  • Add the KPP API documentation to the kernel crypto API Sphinx
    documentation. This addition includes the documentation of the
    ECDH and DH helpers which are needed to create the approrpiate input
    data for the crypto_kpp_set_secret function.

    Signed-off-by: Stephan Mueller
    Signed-off-by: Jonathan Corbet

    Stephan Mueller