Name
crypto_ahash_reqtfm — 
  obtain cipher handle from request
 
Synopsis
| struct crypto_ahash * crypto_ahash_reqtfm ( | struct ahash_request * req ); | 
 
Arguments
- req
- 
     asynchronous request handle that contains the reference to the ahash
     cipher handle
     
Description
   Return the ahash cipher handle that is registered with the asynchronous
   request handle ahash_request.
Return
   ahash cipher handle