HomeSort by relevance Sort by last modified time
    Searched refs:ENOKEY (Results 1 - 25 of 32) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl01.c 45 if (TST_RET == -1 && TST_ERR == ENOKEY)
55 if (TST_ERR != ENOKEY) {
keyctl07.c 45 * should be ENOKEY (since /sbin/request-key should not be configured to
55 if (TST_ERR != ENOKEY && TST_ERR != ENOENT) {
80 if (TST_ERR != ENOKEY) {
85 "KEYCTL_READ on negative key expectedly failed with ENOKEY");
keyctl02.c 124 if (ret == -1 && errno == ENOKEY)
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key03.c 100 * negated, then fail with ENOKEY
112 TST_ERR != ENOKEY && TST_ERR != EDQUOT) {
131 if (TST_RET < 0 && TST_ERR != ENOKEY &&
request_key02.c 28 * 1) request_key(2) should return -1 and set errno to ENOKEY.
47 {"ltp1", ENOKEY, &key1},
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 113 #define ENOKEY 126
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 114 #define ENOKEY 161
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 110 #define ENOKEY 126 /* Required key not available */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 114 #define ENOKEY 161 /* Required key not available */
  /external/ltp/lib/
errnos.h 159 #ifdef ENOKEY
160 PAIR(ENOKEY)
  /external/u-boot/include/linux/
errno.h 135 #define ENOKEY 126 /* Required key not available */
  /bionic/libc/bionic/
strerror.cpp 171 [ENOKEY] = "Required key not available",
  /external/strace/tests/
errno2name.c 285 #ifdef ENOKEY
286 CASE(ENOKEY);
  /external/strace/tests-m32/
errno2name.c 285 #ifdef ENOKEY
286 CASE(ENOKEY);
  /external/strace/tests-mx32/
errno2name.c 285 #ifdef ENOKEY
286 CASE(ENOKEY);
  /external/minijail/linux-x86/
libconstants.gen.c 359 #ifdef ENOKEY
360 { "ENOKEY", (unsigned long) ENOKEY },
361 #endif // ENOKEY
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 175 ERROR_ENTRY(ENOKEY), // Required key not available
  /external/python/cpython3/Modules/
errnomodule.c 838 #ifdef ENOKEY
839 inscode(d, ds, de, "ENOKEY", ENOKEY, "Required key not available");
  /external/e2fsprogs/misc/
e4crypt.c 567 } else if ((rc == -1) && (errno != ENOKEY)) {
  /external/f2fs-tools/tools/
f2fscrypt.c 625 } else if ((rc == -1) && (errno != ENOKEY)) {
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]

Completed in 323 milliseconds

1 2