/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
H A D | keyctl01.c | 33 if (TST_RET == -1 && TST_ERR == ENOKEY) in do_test() 43 if (TST_ERR != ENOKEY) { in do_test()
|
H A D | keyctl07.c | 33 * should be ENOKEY (since /sbin/request-key should not be configured to in try_to_read_negative_key() 43 if (TST_ERR != ENOKEY && TST_ERR != ENOENT) { in try_to_read_negative_key() 68 if (TST_ERR != ENOKEY) { in try_to_read_negative_key() 73 "KEYCTL_READ on negative key expectedly failed with ENOKEY"); in try_to_read_negative_key()
|
H A D | keyctl02.c | 117 if (ret == -1 && errno == ENOKEY) in do_test()
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
H A D | dlns_set_fun.c | 32 dlns_set_namespace_lib_path("dlns_set_namespace_lib_path_0100", path), ENOKEY); in dlns_set_namespace_lib_path_0100() 118 dlns_set_namespace_separated("dlns_set_namespace_permitted_paths_0100", true), ENOKEY); in dlns_set_namespace_separated_0100() 162 dlns_set_namespace_permitted_paths("dlns_set_namespace_permitted_paths_0100", dllNamePath), ENOKEY); in dlns_set_namespace_permitted_paths_0100() 275 dlns_set_namespace_allowed_libs("dlns_set_namespace_allowed_libs_0100", path), ENOKEY); in dlns_set_namespace_allowed_libs_0100()
|
H A D | dlns_dlopen.c | 279 EXPECT_EQ("dlns_get_0400", dlns_get("dlns_get_0400", &dlns), ENOKEY); in dlns_get_0400()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 54 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0020() 87 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0050() 120 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0080() 153 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0110() 481 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0300()
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
H A D | request_key03.c | 83 * negated, then fail with ENOKEY in run_child_add() 92 if (TST_RET < 0 && TST_ERR != EINVAL && TST_ERR != ENOKEY && in run_child_add() 118 if (TST_RET < 0 && TST_ERR != ENOKEY && TST_ERR != ENOENT && in run_child_request()
|
H A D | request_key02.c | 18 * 1) request_key(2) should return -1 and set errno to ENOKEY. 37 {"ltp1", ENOKEY, &key1},
|
/third_party/ltp/lib/ |
H A D | errnos.h | 159 #ifdef ENOKEY in tst_strerrno() 160 PAIR(ENOKEY) in tst_strerrno()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 128 #define ENOKEY 126 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 128 #define ENOKEY 126 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 128 #define ENOKEY 126 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 127 #define ENOKEY 126 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 128 #define ENOKEY 126 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 127 #define ENOKEY 126 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 126 #define ENOKEY 161 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 126 #define ENOKEY 161 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 126 #define ENOKEY 161 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 127 #define ENOKEY 126 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 127 #define ENOKEY 126 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 128 pub const ENOKEY: u32 = 126; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 128 pub const ENOKEY: u32 = 126; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 128 pub const ENOKEY: u32 = 126; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 129 pub const ENOKEY: u32 = 161; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 128 pub const ENOKEY: u32 = 126; consts
|