lkml.org 
[lkml]   [2022]   [May]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH v8 3/6] crypto: caam - add in-kernel interface for blob generator
    Date
    Hi,

    > The NXP Cryptographic Acceleration and Assurance Module (CAAM)
    > can be used to protect user-defined data across system reboot:
    >
    > - When the system is fused and boots into secure state, the master
    > key is a unique never-disclosed device-specific key
    > - random key is encrypted by key derived from master key
    > - data is encrypted using the random key
    > - encrypted data and its encrypted random key are stored alongside
    > - This blob can now be safely stored in non-volatile memory
    >
    > On next power-on:
    > - blob is loaded into CAAM
    > - CAAM writes decrypted data either into memory or key register
    >
    > Add functions to realize encrypting and decrypting into memory alongside
    > the CAAM driver.
    >
    > They will be used in a later commit as a source for the trusted key
    > seal/unseal mechanism.

    Thanks for the work on this and I'm excited to try this. I'm currently
    playing with this and one thing I've noticed is that an export restricted
    CAAM isn't handled properly.

    That is, there are CAAM's which aren't fully featured. Normally, the
    caam driver will take care of it. For example, see commit f20311cc9c58
    ("crypto: caam - disable pkc for non-E SoCs"). For the trusted keys case,
    it would be nice if the kernel will not even probe (or similar).

    Right now, everything seems to work fine, but once I try to add a new key,
    I'll get the following errros:

    # keyctl add trusted mykey "new 32" @u
    add_key: Invalid argument
    [ 23.138714] caam_jr 8020000.jr: 20000b0f: CCB: desc idx 11: : Invalid CHA selected.
    [ 23.138740] trusted_key: key_seal failed (-22)

    Again this is expected, because I run it on a non-E version. IMHO, it
    should be that the trusted keys shouldn't be enabled at all. Like it is
    for example if an unknown rng is given:

    trusted_key: Unsupported RNG. Supported: kernel, default

    Thanks,
    -michael

    \
     
     \ /
      Last update: 2022-05-03 20:26    [W:4.074 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site