Searched refs:options (Results 1 – 6 of 6) sorted by relevance
864 struct trusted_key_options *options; in trusted_options_alloc() local866 options = kzalloc(sizeof *options, GFP_KERNEL); in trusted_options_alloc()867 if (options) { in trusted_options_alloc()869 options->keytype = SRK_keytype; in trusted_options_alloc()870 options->keyhandle = SRKHANDLE; in trusted_options_alloc()872 return options; in trusted_options_alloc()902 struct trusted_key_options *options = NULL; in trusted_instantiate() local918 options = trusted_options_alloc(); in trusted_instantiate()919 if (!options) { in trusted_instantiate()929 key_cmd = datablob_parse(datablob, payload, options); in trusted_instantiate()[all …]
20 This options adds EVM HMAC version support.
5 menu "Security options"
329 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in security_sb_parse_opts_str() argument331 return security_ops->sb_parse_opts_str(options, opts); in security_sb_parse_opts_str()
127 static int cap_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in cap_sb_parse_opts_str() argument
877 static int selinux_parse_opts_str(char *options, in selinux_parse_opts_str() argument888 while ((p = strsep(&options, "|")) != NULL) { in selinux_parse_opts_str()1003 char *options = data; in superblock_doinit() local1013 rc = selinux_parse_opts_str(options, &opts); in superblock_doinit()