Home
last modified time | relevance | path

Searched refs:options (Results 1 – 8 of 8) sorted by relevance

/security/keys/trusted-keys/
A Dtrusted_tpm2.c57 if (options->blobauth_len == 0) { in tpm2_key_encode()
132 options->keyhandle = ctx.parent; in tpm2_key_decode()
262 if (!options->keyhandle) in tpm2_seal_trusted()
293 if (options->blobauth_len) in tpm2_seal_trusted()
294 tpm_buf_append(&sized, options->blobauth, options->blobauth_len); in tpm2_seal_trusted()
313 if (options->policydigest_len) in tpm2_seal_trusted()
314 tpm_buf_append(&sized, options->policydigest, options->policydigest_len); in tpm2_seal_trusted()
406 if (!options->keyhandle) in tpm2_load_cmd()
511 if (!options->policyhandle) { in tpm2_unseal_cmd()
513 options->blobauth, in tpm2_unseal_cmd()
[all …]
A Dtrusted_tpm1.c888 options = kzalloc(sizeof *options, GFP_KERNEL); in trusted_options_alloc()
889 if (options) { in trusted_options_alloc()
896 return options; in trusted_options_alloc()
910 if (!options) in trusted_tpm_seal()
916 dump_options(options); in trusted_tpm_seal()
932 if (options->pcrlock) { in trusted_tpm_seal()
940 kfree_sensitive(options); in trusted_tpm_seal()
955 if (!options) in trusted_tpm_unseal()
961 dump_options(options); in trusted_tpm_unseal()
975 if (options->pcrlock) { in trusted_tpm_unseal()
[all …]
/security/apparmor/
A DKconfig25 provide fine grained control of the debug options that are
101 This options allows controlling whether apparmor does a full
/security/
A DKconfig6 menu "Security options"
A DKconfig.hardening2 menu "Kernel hardening options"
A Dsecurity.c1469 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
1471 return call_int_hook(sb_eat_lsm_opts, options, mnt_opts); in security_sb_eat_lsm_opts()
/security/smack/
A Dsmack_lsm.c724 static int smack_sb_eat_lsm_opts(char *options, void **mnt_opts) in smack_sb_eat_lsm_opts() argument
726 char *from = options, *to = options; in smack_sb_eat_lsm_opts()
/security/selinux/
A Dhooks.c2598 static int selinux_sb_eat_lsm_opts(char *options, void **mnt_opts) in selinux_sb_eat_lsm_opts() argument
2600 char *from = options; in selinux_sb_eat_lsm_opts()
2601 char *to = options; in selinux_sb_eat_lsm_opts()

Completed in 39 milliseconds