Skip to content
  • Kamil Konieczny's avatar
    crypto: mxs-dcp - Add empty hash export and import · 9190b6fd
    Kamil Konieczny authored
    
    
    Crypto framework requires export/import in async hash. If driver do not
    implement them, wrapper functions in framework will be used, and it will
    cause error during ahash alg registration (unless one disables crypto
    internal tests). To make change in framework and expose this requirement,
    I will remove wrappers from crypto/ahash.c , but this can broke code which
    depends on them. Add empty hash export and import, with the same behaviour
    as in framework and expose this directly in driver. This can also prevent
    OOPS when config option in Cryptographic API 'Disable run-time self tests'
    will be enabled.
    
    Signed-off-by: default avatarKamil Konieczny <k.konieczny@partner.samsung.com>
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    9190b6fd