Home
last modified time | relevance | path

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

/security/keys/encrypted-keys/
Decryptfs_format.c51 const char *key_desc) in ecryptfs_fill_auth_tok() argument
59 strncpy((char *)auth_tok->token.password.signature, key_desc, in ecryptfs_fill_auth_tok()
Decryptfs_format.h28 const char *key_desc);
Dencrypted.c749 const char *key_desc, const char *format, in encrypted_init() argument
756 ret = valid_ecryptfs_desc(key_desc); in encrypted_init()
761 key_desc); in encrypted_init()
/security/
Dlsm_audit.c387 if (a->u.key_struct.key_desc) { in dump_common_audit_data()
389 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data()
/security/smack/
Dsmack_lsm.c3866 ad.a.u.key_struct.key_desc = keyp->description; in smack_key_permission()