Searched refs:opt (Results 1 – 4 of 4) sorted by relevance
| /security/keys/trusted-keys/ |
| A D | trusted_tpm1.c | 744 struct trusted_key_options *opt) in getoptions() argument 779 opt->pcrinfo_len); in getoptions() 787 opt->keytype = SEAL_keytype; in getoptions() 788 opt->keyhandle = handle; in getoptions() 816 if (tpm2 && opt->blobauth_len <= sizeof(opt->blobauth)) { in getoptions() 817 memcpy(opt->blobauth, args[0].from, in getoptions() 818 opt->blobauth_len); in getoptions() 836 opt->pcrlock = lock; in getoptions() 843 opt->hash = i; in getoptions() 862 opt->policydigest_len = digest_len; in getoptions() [all …]
|
| /security/apparmor/include/ |
| A D | lib.h | 40 #define AA_DEBUG(opt, fmt, args...) \ argument 42 if (aa_g_debug & opt) \
|
| /security/smack/ |
| A D | smack_lsm.c | 76 int opt; member 94 return smk_mount_opts[i].opt; in match_opt_prefix() 712 int opt, rc; in smack_fs_context_parse_param() local 714 opt = fs_parse(fc, smack_fs_parameters, param, &result); in smack_fs_context_parse_param() 715 if (opt < 0) in smack_fs_context_parse_param() 716 return opt; in smack_fs_context_parse_param() 718 rc = smack_add_opt(opt, param->string, &fc->security); in smack_fs_context_parse_param()
|
| /security/selinux/ |
| A D | hooks.c | 404 int opt; member 429 return tokens[i].opt; in match_opt_prefix() 2849 int opt; in selinux_fs_context_parse_param() local 2851 opt = fs_parse(fc, selinux_fs_parameters, param, &result); in selinux_fs_context_parse_param() 2852 if (opt < 0) in selinux_fs_context_parse_param() 2853 return opt; in selinux_fs_context_parse_param() 2855 return selinux_add_opt(opt, param->string, &fc->security); in selinux_fs_context_parse_param()
|
Completed in 28 milliseconds