Searched refs:ENOKEY (Results 26 - 50 of 111) sorted by relevance

12345

/linux-master/security/integrity/
H A Ddigsig_asymmetric.c71 return ERR_PTR(-ENOKEY);
/linux-master/fs/crypto/
H A Dkeysetup_v1.c141 return ERR_PTR(-ENOKEY);
313 if (key == ERR_PTR(-ENOKEY) && sb->s_cop->legacy_key_prefix) {
H A Dkeyring.c357 * Returns ERR_PTR(-ENOKEY) if not found.
375 keyref = ERR_PTR(-ENOKEY);
409 * Returns 0 if removed, -ENOKEY if not found, or another -errno code.
486 if (mk_user != ERR_PTR(-ENOKEY)) {
826 * (returns -ENOKEY if not). This is needed to prevent a user from encrypting
838 * Return: 0 if the key is added, -ENOKEY if it isn't, or another -errno code
853 err = -ENOKEY;
867 if (err == -ENOKEY && capable(CAP_FOWNER))
1051 return -ENOKEY;
1079 err = -ENOKEY;
[all...]
H A Dkeysetup.c477 return -ENOKEY;
491 err = -ENOKEY;
496 err = -ENOKEY;
682 if (res == -ENOKEY)
705 * Return: 0 on success, -ENOKEY if the encryption key is missing, or another
/linux-master/arch/s390/kernel/
H A Dcert_store.c307 return ERR_PTR(-ENOKEY);
474 rc = -ENOKEY;
500 return -ENOKEY;
547 rc = -ENOKEY;
607 * could be created (i.e. VCEs were invalid) return -ENOKEY.
632 return -ENOKEY;
/linux-master/crypto/
H A Dpoly1305_generic.c111 return -ENOKEY;
H A Daead.c119 ret = -ENOKEY;
142 ret = -ENOKEY;
H A Dalgif_skcipher.c282 err = -ENOKEY;
410 return -ENOKEY;
H A Dshash.c143 err = -ENOKEY;
186 return -ENOKEY;
H A Dalgif_hash.c315 err = -ENOKEY;
444 return -ENOKEY;
H A Dalgif_aead.c394 err = -ENOKEY;
560 return -ENOKEY;
/linux-master/drivers/nvme/common/
H A Dkeyring.c100 return ERR_PTR(-ENOKEY);
/linux-master/security/keys/
H A Drequest_key.c203 ret = -ENOKEY;
565 * Returns a pointer to the key if successful; -EACCES, -ENOKEY, -EKEYREVOKED
567 * found; -ENOKEY if no key was found and no @callout_info was given; -EDQUOT
649 key = ERR_PTR(-ENOKEY);
672 * Returns 0 if successful; -ERESTARTSYS if the wait was interrupted; -ENOKEY
779 * Return a pointer to the found key if successful, -ENOKEY if we couldn't find
812 key = ERR_PTR(-ENOKEY);
H A Ddh.c27 ret = -ENOKEY;
H A Drequest_key_auth.c271 authkey = ERR_PTR(-ENOKEY);
/linux-master/fs/afs/
H A Dsecurity.c33 if (PTR_ERR(key) != -ENOKEY) {
62 if (PTR_ERR(key) != -ENOKEY) {
/linux-master/drivers/ras/
H A Dcec.c220 return -ENOKEY;
229 return -ENOKEY;
/linux-master/arch/mips/crypto/
H A Dpoly1305-glue.c154 return -ENOKEY;
/linux-master/drivers/nfc/nxp-nci/
H A Dfirmware.c258 return -ENOKEY;
/linux-master/arch/arm64/crypto/
H A Dpoly1305-glue.c189 return -ENOKEY;
/linux-master/fs/nfs/
H A Dnfs4idmap.c588 int ret = -ENOKEY;
637 int ret = -ENOKEY;
639 /* ret = -ENOKEY */
674 int ret = -ENOKEY;
698 ret = -ENOKEY;
/linux-master/certs/
H A Dblacklist.c297 return -ENOKEY;
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c138 return -ENOKEY;
/linux-master/lib/
H A Derrname.c102 E(ENOKEY),
/linux-master/drivers/crypto/qce/
H A Dskcipher.c189 return -ENOKEY;
241 * below conditions. Return -ENOKEY in case any two keys
249 return -ENOKEY;

Completed in 291 milliseconds

12345