crypto: engine - Add KPP Support to Crypto Engine
[linux-2.6-block.git] / Documentation / crypto / crypto_engine.rst
index 25cf9836c3366a42b955fa0d3ead1e5a1f418de2..d562ea17d99411b196e3e04e75b9424fc26e4f94 100644 (file)
@@ -69,6 +69,8 @@ the crypto engine via one of:
 
 * crypto_transfer_hash_request_to_engine()
 
+* crypto_transfer_kpp_request_to_engine()
+
 * crypto_transfer_skcipher_request_to_engine()
 
 At the end of the request process, a call to one of the following functions is needed:
@@ -79,4 +81,6 @@ At the end of the request process, a call to one of the following functions is n
 
 * crypto_finalize_hash_request()
 
+* crypto_finalize_kpp_request()
+
 * crypto_finalize_skcipher_request()