• Soby Mathew's avatar
    Add CC crypto driver to the Auth module · 4eb20d99
    Soby Mathew authored
    
    
    This patch adds a crypto driver which utilizes the ARM® TrustZone®
    CryptoCell-712 to verify signature and hash during Trusted Board Boot. Along
    with this driver, the CryptoCell SBROM library is required to successfully
    build the BL image. The path to this library is specified via
    the `CCSBROM_LIB_PATH` variable. Please note that, mbedTLS is still required
    to do the X509 certificate ASN.1 parsing and CryptoCell is only utilized for
    signature and hash verification.
    
    Change-Id: If82dfbae0d7772ba1c64839f0b27850c103fe253
    Signed-off-by: default avatarSoby Mathew <soby.mathew@arm.com>
    4eb20d99
cryptocell_crypto.c 7.47 KB