Searched refs:ENOKEY (Results 76 - 100 of 111) sorted by relevance

12345

/linux-master/drivers/nvme/target/
H A Dauth.c494 return -ENOKEY;
/linux-master/crypto/
H A Dskcipher.c667 ret = -ENOKEY;
691 ret = -ENOKEY;
H A Daf_alg.c441 nokey = err == -ENOKEY;
/linux-master/drivers/nvme/host/
H A Dauth.c860 return -ENOKEY;
865 return -ENOKEY;
H A Dtcp.c1588 queue->tls_err = -ENOKEY;
1937 return -ENOKEY;
1962 return -ENOKEY;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dxmit.c308 return -ENOKEY;
H A Dpio.c539 if (unlikely(err == -ENOKEY)) {
H A Ddma.c1387 if (unlikely(err == -ENOKEY)) {
/linux-master/fs/ubifs/
H A Dsb.c595 return -ENOKEY;
H A Ddir.c279 return -ENOKEY;
/linux-master/net/ceph/
H A Dceph_common.c368 case -ENOKEY:
/linux-master/drivers/nfc/pn544/
H A Di2c.c449 return -ENOKEY;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c865 return -ENOKEY;
H A Dintel_guc_ct.c1096 err = -ENOKEY;
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c886 return -ENOKEY;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc.c863 return -ENOKEY;
/linux-master/kernel/
H A Dkexec_file.c139 if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING)) {
/linux-master/fs/netfs/
H A Dbuffered_write.c735 case -ENOKEY:
/linux-master/lib/crypto/
H A Ddes.c704 return des_ekey(ctx->expkey, key) ? 0 : -ENOKEY;
833 if (err && err != -ENOKEY)
/linux-master/drivers/thunderbolt/
H A Dicm.c553 return -ENOKEY;
1120 return -ENOKEY;
/linux-master/drivers/s390/char/
H A Dtape_3590.c1321 return tape_3590_erp_basic(device, request, irb, -ENOKEY);
/linux-master/security/keys/
H A Dkeyring.c893 * keys were found; -ENOKEY if only negative keys were found; -ENOTDIR if the
1139 * incremented on success. -ENOKEY is returned if a key could not be found.
1183 keyring = ERR_PTR(-ENOKEY);
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c1077 if (unlikely(err == -ENOKEY)) {
/linux-master/net/rxrpc/
H A Drxkad.c1041 case -ENOKEY:
/linux-master/fs/ecryptfs/
H A Dkeystore.c34 case -ENOKEY:

Completed in 414 milliseconds

12345