Searched refs:ENOKEY (Results 51 - 75 of 111) sorted by relevance

12345

/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c239 return -ENOKEY;
H A Ddes3_ede_glue.c254 if (err == -ENOKEY) {
/linux-master/arch/arm/crypto/
H A Dpoly1305-glue.c207 return -ENOKEY;
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c235 return -ENOKEY;
/linux-master/security/keys/
H A Dkeyctl.c769 ret = -ENOKEY;
836 ret = -ENOKEY;
1143 return -ENOKEY;
1310 * them to return -ENOKEY until the negative key expires.
1316 return keyctl_reject_key(id, timeout, ENOKEY, ringid);
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/include/crypto/
H A Dhash.h914 return -ENOKEY;
/linux-master/fs/ubifs/
H A Dauth.c290 err = -ENOKEY;
/linux-master/fs/afs/
H A Ddynroot.c136 if (ret == -ENODATA || ret == -ENOKEY || ret == 0)
/linux-master/fs/crypto/
H A Dfscrypt_private.h676 * Then require that the key be present and return -ENOKEY otherwise.
681 * Return: 0 on success, -ENOKEY if the key is missing, or another -errno code
692 return -ENOKEY;
H A Dfname.c432 * be impossible in this case, so we fail them with ENOKEY.
474 return -ENOKEY;
H A Dpolicy.c754 return -ENOKEY;
/linux-master/security/integrity/evm/
H A Devm_crypto.c84 return ERR_PTR(-ENOKEY);
/linux-master/crypto/
H A Dahash.c276 return -ENOKEY;
411 err = -ENOKEY;
501 return -ENOKEY;
/linux-master/net/tipc/
H A Dcrypto.c632 return -ENOKEY;
892 return -ENOKEY;
1692 int rc = -ENOKEY;
1770 if (rc == -ENOKEY)
1800 * * -ENOKEY : the decryption has failed due to no key
1812 int rc = -ENOKEY;
1860 if (rc == -ENOKEY) {
2196 int rc = -ENOKEY;
/linux-master/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c23 [MLXFW_FSM_STATE_ERR_REJECTED_UNKNOWN_KEY] = -ENOKEY,
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c109 return ERR_PTR(-ENOKEY);
/linux-master/drivers/nvme/common/
H A Dauth.c248 return ERR_PTR(-ENOKEY);
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c74 if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING))
/linux-master/drivers/net/wireguard/
H A Ddevice.c155 ret = -ENOKEY;
/linux-master/net/mac802154/
H A Dllsec.c746 rc = -ENOKEY;
1015 err = -ENOKEY;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c253 return -ENOKEY;
H A Dpio.c246 if (unlikely(err == -ENOKEY)) {
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h106 return ERR_PTR(-ENOKEY);
/linux-master/security/integrity/ima/
H A Dima_appraise.c555 rc == -ENOKEY))

Completed in 196 milliseconds

12345