Searched refs:options (Results 1 – 5 of 5) sorted by relevance
896 struct trusted_key_options *options; in trusted_options_alloc() local898 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() local948 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 …]
313 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in security_sb_parse_opts_str() argument315 return security_ops->sb_parse_opts_str(options, opts); in security_sb_parse_opts_str()
5 menu "Security options"
126 static int cap_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in cap_sb_parse_opts_str() argument
834 static int selinux_parse_opts_str(char *options, in selinux_parse_opts_str() argument845 while ((p = strsep(&options, "|")) != NULL) { in selinux_parse_opts_str()960 char *options = data; in superblock_doinit() local970 rc = selinux_parse_opts_str(options, &opts); in superblock_doinit()