Searched refs:ukp (Results 1 – 3 of 3) sorted by relevance
99 const struct user_key_payload *ukp; in find_and_lock_process_key() local113 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()
283 const struct user_key_payload *ukp; in ubifs_init_authentication() local319 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()
115 struct user_key_payload *ukp; in ecryptfs_get_key_payload_data() local121 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()