Searched refs:ENOKEY (Results 1 - 25 of 111) sorted by last modified time

12345

/linux-master/net/rxrpc/
H A Drxkad.c1041 case -ENOKEY:
/linux-master/drivers/nvme/target/
H A Dauth.c494 return -ENOKEY;
/linux-master/drivers/nvme/host/
H A Dtcp.c1588 queue->tls_err = -ENOKEY;
1937 return -ENOKEY;
1962 return -ENOKEY;
/linux-master/fs/netfs/
H A Dbuffered_write.c735 case -ENOKEY:
/linux-master/fs/smb/client/
H A Dsmb2pdu.c1617 if (rc == -ENOKEY)
/linux-master/fs/ext4/
H A Dsuper.c636 EXT4_ERR_TRANSLATE(ENOKEY),
H A Dnamei.c2392 return -ENOKEY;
/linux-master/drivers/md/
H A Ddm-integrity.c3823 return -ENOKEY;
/linux-master/fs/nfsd/
H A Dvfs.c101 { nfserr_perm, -ENOKEY },
/linux-master/fs/ubifs/
H A Ddir.c279 return -ENOKEY;
/linux-master/drivers/thunderbolt/
H A Dicm.c553 return -ENOKEY;
1120 return -ENOKEY;
/linux-master/drivers/net/wireguard/
H A Ddevice.c155 ret = -ENOKEY;
/linux-master/fs/f2fs/
H A Df2fs.h3585 return -ENOKEY;
/linux-master/fs/nfs/
H A Dnfs4state.c1988 status = -ENOKEY;
H A Dnfs4proc.c4041 return -ENOKEY;
/linux-master/crypto/
H A Dahash.c276 return -ENOKEY;
411 err = -ENOKEY;
501 return -ENOKEY;
/linux-master/kernel/
H A Dkexec_file.c139 if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING)) {
/linux-master/drivers/net/ieee802154/
H A Dca8210.c555 return -ENOKEY;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc.c863 return -ENOKEY;
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c74 if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING))
/linux-master/security/keys/
H A Dkey.c564 * them to return the stored error code (typically ENOKEY) until the negative
678 key = ERR_PTR(-ENOKEY);
698 * available -ENOKEY is returned instead.
714 ktype = ERR_PTR(-ENOKEY);
/linux-master/security/integrity/ima/
H A Dima_appraise.c555 rc == -ENOKEY))
/linux-master/security/integrity/evm/
H A Devm_crypto.c84 return ERR_PTR(-ENOKEY);
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c71 return ERR_PTR(-ENOKEY);
/linux-master/net/mac802154/
H A Dllsec.c746 rc = -ENOKEY;
1015 err = -ENOKEY;

Completed in 500 milliseconds

12345