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

1 2

  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl01.c 45 if (TEST_RETURN == -1 && TEST_ERRNO == ENOKEY)
55 if (TEST_ERRNO != ENOKEY) {
keyctl07.c 45 * should be ENOKEY (since /sbin/request-key should not be configured to
55 if (TEST_ERRNO != ENOKEY && TEST_ERRNO != ENOENT) {
80 if (TEST_ERRNO != ENOKEY) {
85 "KEYCTL_READ on negative key expectedly failed with ENOKEY");
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key03.c 100 * negated, then fail with ENOKEY
112 TEST_ERRNO != ENOKEY && TEST_ERRNO != EDQUOT) {
131 if (TEST_RETURN < 0 && TEST_ERRNO != 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 100 #define ENOKEY 126 /* Required key not available */
  /external/ltp/lib/
errnos.h 159 #ifdef ENOKEY
160 PAIR(ENOKEY)
  /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);
  /bionic/libc/private/
bionic_errdefs.h 163 __BIONIC_ERRDEF( ENOKEY , 126, "Required key not available" )
  /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
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 92 ENOKEY
227 ENOKEY - APPLICATION_ERROR: "required key not available",
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 92 ENOKEY
227 ENOKEY - APPLICATION_ERROR: "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 579 } else if ((rc == -1) && (errno != ENOKEY)) {
  /external/f2fs-tools/tools/
f2fscrypt.c 624 } else if ((rc == -1) && (errno != ENOKEY)) {

Completed in 397 milliseconds

1 2