Home
last modified time | relevance | path

Searched refs:ukp (Results 1 – 3 of 3) sorted by relevance

/fs/crypto/
Dkeysetup_v1.c99 const struct user_key_payload *ukp; in find_and_lock_process_key() local
113 ukp = user_key_payload_locked(key); in find_and_lock_process_key()
115 if (!ukp) /* was the key revoked before we acquired its semaphore? */ in find_and_lock_process_key()
118 payload = (const struct fscrypt_key *)ukp->data; in find_and_lock_process_key()
120 if (ukp->datalen != sizeof(struct fscrypt_key) || in find_and_lock_process_key()
/fs/ubifs/
Dauth.c283 const struct user_key_payload *ukp; in ubifs_init_authentication() local
319 ukp = user_key_payload_locked(keyring_key); in ubifs_init_authentication()
320 if (!ukp) { in ubifs_init_authentication()
357 err = crypto_shash_setkey(c->hmac_tfm, ukp->data, ukp->datalen); in ubifs_init_authentication()
/fs/ecryptfs/
Decryptfs_kernel.h115 struct user_key_payload *ukp; in ecryptfs_get_key_payload_data() local
121 ukp = user_key_payload_locked(key); in ecryptfs_get_key_payload_data()
122 if (!ukp) in ecryptfs_get_key_payload_data()
125 return (struct ecryptfs_auth_tok *)ukp->data; in ecryptfs_get_key_payload_data()