Searched refs:key_desc (Results 1 – 10 of 10) sorted by relevance
/linux/security/keys/encrypted-keys/ |
A D | ecryptfs_format.c | 49 const char *key_desc) in ecryptfs_fill_auth_tok() argument 57 strncpy((char *)auth_tok->token.password.signature, key_desc, in ecryptfs_fill_auth_tok()
|
A D | ecryptfs_format.h | 25 const char *key_desc);
|
A D | encrypted.c | 747 const char *key_desc, const char *format, in encrypted_init() argument 754 ret = valid_ecryptfs_desc(key_desc); in encrypted_init() 759 key_desc); in encrypted_init()
|
/linux/drivers/md/ |
A D | dm-verity-verify-sig.c | 31 static int verity_verify_get_sig_from_key(const char *key_desc, in verity_verify_get_sig_from_key() argument 39 key_desc, NULL); in verity_verify_get_sig_from_key()
|
A D | dm-crypt.c | 2485 char *new_key_string, *key_desc; in crypt_set_keyring_key() local 2501 key_desc = strpbrk(key_string, ":"); in crypt_set_keyring_key() 2502 if (!key_desc || key_desc == key_string || !strlen(key_desc + 1)) in crypt_set_keyring_key() 2505 if (!strncmp(key_string, "logon:", key_desc - key_string + 1)) { in crypt_set_keyring_key() 2508 } else if (!strncmp(key_string, "user:", key_desc - key_string + 1)) { in crypt_set_keyring_key() 2512 !strncmp(key_string, "encrypted:", key_desc - key_string + 1)) { in crypt_set_keyring_key() 2516 !strncmp(key_string, "trusted:", key_desc - key_string + 1)) { in crypt_set_keyring_key() 2527 key = request_key(type, key_desc + 1, NULL); in crypt_set_keyring_key()
|
/linux/include/linux/ |
A D | lsm_audit.h | 90 char *key_desc; member
|
/linux/security/ |
A D | lsm_audit.c | 406 if (a->u.key_struct.key_desc) { in dump_common_audit_data() 408 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data()
|
/linux/drivers/net/wireless/rsi/ |
A D | rsi_mgmt.h | 472 __le16 key_desc; member
|
A D | rsi_91x_mgmt.c | 841 set_key->key_desc = cpu_to_le16(key_descriptor); in rsi_hal_load_key()
|
/linux/security/smack/ |
A D | smack_lsm.c | 4328 ad.a.u.key_struct.key_desc = keyp->description; in smack_key_permission() 4399 ad.a.u.key_struct.key_desc = key->description; in smack_watch_key()
|
Completed in 34 milliseconds