Lines Matching full:trusted
6 * See Documentation/security/keys/trusted-encrypted.rst
10 #include <keys/trusted-type.h>
30 MODULE_PARM_DESC(rng, "Select trusted key RNG");
34 MODULE_PARM_DESC(source, "Select trusted keys source (tpm, tee, caam or dcp)");
142 * trusted_instantiate - create a new trusted key
144 * Unseal an existing trusted blob or, for a new key, get a
145 * random key, then seal and create a trusted key-type key,
288 * On success, return to userspace the trusted key datablob size.
318 .name = "trusted",
344 * We always support trusted.rng="kernel" and "default" as in init_trusted()
345 * well as trusted.rng=$trusted.source if the trust source in init_trusted()
381 * trusted key implementation is not found. in init_trusted()
398 MODULE_DESCRIPTION("Trusted Key type");