Searched refs:ENOKEY (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Derrno.h70 #define ENOKEY 184 /* Required key not available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Derrno.h100 #define ENOKEY 126 /* Required key not available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Derrno.h104 #define ENOKEY 128 /* Required key not available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Derrno.h113 #define ENOKEY 161 /* Required key not available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Derrno.h114 #define ENOKEY 132 /* Required key not available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dprocess_keys.c316 * - we return -ENOKEY if we found only negative matching keys
325 /* we want to return -EAGAIN or -ENOKEY if any of the keyrings were
330 * in terms of priority: success > -ENOKEY > -EAGAIN > other error
348 case -ENOKEY: /* negative key */
369 case -ENOKEY: /* negative key */
395 case -ENOKEY: /* negative key */
415 case -ENOKEY: /* negative key */
437 * - we return -ENOKEY if we found only negative matching keys
483 if (err == ERR_PTR(-ENOKEY) || ret == ERR_PTR(-ENOKEY))
[all...]
H A Drequest_key.c184 ret = -ENOKEY;
513 key = ERR_PTR(-ENOKEY);
540 return -ENOKEY;
H A Dkeyring.c284 * - we return -ENOKEY if we only found negative matching keys
340 key_ref = ERR_PTR(-ENOKEY);
389 err = -ENOKEY;
457 * - we return -ENOKEY if we only found negative matching keys
464 return ERR_PTR(-ENOKEY);
511 return ERR_PTR(-ENOKEY);
568 keyring = ERR_PTR(-ENOKEY);
H A Dkeyctl.c600 ret = -ENOKEY;
651 ret = -ENOKEY;
878 return -ENOKEY;
H A Dkey.c651 key = ERR_PTR(-ENOKEY);
689 ktype = ERR_PTR(-ENOKEY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-security.c178 _leave(" = -ENOKEY [lookup]");
179 return -ENOKEY;
199 _leave(" = -ENOKEY");
200 return -ENOKEY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dcell.c75 if (ret == -ENODATA || ret == -EAGAIN || ret == -ENOKEY)
H A Dsecurity.c33 if (PTR_ERR(key) != -ENOKEY) {
H A Dwrite.c418 case -ENOKEY:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c458 status = -ENOKEY;
729 status = -ENOKEY;
767 0 : -ENOKEY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dxmit.c250 return -ENOKEY;
H A Dpio.c552 if (unlikely(err == -ENOKEY)) {
H A Ddma.c1365 if (unlikely(err == -ENOKEY)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dpio.c259 if (unlikely(err == -ENOKEY)) {
H A Dxmit.c265 return -ENOKEY;
H A Ddma.c1405 if (unlikely(err == -ENOKEY)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_3590.c1366 return tape_3590_erp_basic(device, request, irb, -ENOKEY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dkeystore.c48 case -ENOKEY:

Completed in 138 milliseconds