commit | 35af64038623865015d1786360cdbbcc2e72d78b | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <[email protected]> | Mon Jul 07 10:42:12 2014 +0530 |
committer | Herbert Xu <[email protected]> | Thu Jul 10 16:50:33 2014 +0800 |
tree | 6cf62a6f27b022c33f9d2029692730cbba750958 | |
parent | 5b635e280efce5b735042c7ffa2487c4ba8fb4bf [diff] |
crypto: caam - Check for CAAM block presence before registering with crypto layer The layer which registers with the crypto API should check for the presence of the CAAM device it is going to use. If the platform's device tree doesn't have the required CAAM node, the layer should return an error and not register the algorithms with crypto API layer. Signed-off-by: Ruchika Gupta <[email protected]> Signed-off-by: Herbert Xu <[email protected]>