Home
last modified time | relevance | path

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

/security/keys/
Dtrusted.c896 struct trusted_key_options *options; in trusted_options_alloc() local
898 options = kzalloc(sizeof *options, GFP_KERNEL); in trusted_options_alloc()
899 if (options) { in trusted_options_alloc()
901 options->keytype = SRK_keytype; in trusted_options_alloc()
902 options->keyhandle = SRKHANDLE; in trusted_options_alloc()
904 return options; in trusted_options_alloc()
934 struct trusted_key_options *options = NULL; in trusted_instantiate() local
948 options = trusted_options_alloc(); in trusted_instantiate()
949 if (!options) { in trusted_instantiate()
959 key_cmd = datablob_parse(datablob, payload, options); in trusted_instantiate()
[all …]
/security/
Dsecurity.c313 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in security_sb_parse_opts_str() argument
315 return security_ops->sb_parse_opts_str(options, opts); in security_sb_parse_opts_str()
DKconfig5 menu "Security options"
Dcapability.c126 static int cap_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in cap_sb_parse_opts_str() argument
/security/selinux/
Dhooks.c834 static int selinux_parse_opts_str(char *options, in selinux_parse_opts_str() argument
845 while ((p = strsep(&options, "|")) != NULL) { in selinux_parse_opts_str()
960 char *options = data; in superblock_doinit() local
970 rc = selinux_parse_opts_str(options, &opts); in superblock_doinit()