Home
last modified time | relevance | path

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

1234

/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl01.c33 if (TST_RET == -1 && TST_ERR == ENOKEY) in do_test()
43 if (TST_ERR != ENOKEY) { in do_test()
H A Dkeyctl07.c33 * 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 Dkeyctl02.c117 if (ret == -1 && errno == ENOKEY) in do_test()
/third_party/musl/libc-test/src/functionalext/dlns/
H A Ddlns_set_fun.c32 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 Ddlns_dlopen.c279 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 Dunit_test_ldso_dynlink.c54 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 Drequest_key03.c83 * 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 Drequest_key02.c18 * 1) request_key(2) should return -1 and set errno to ENOKEY.
37 {"ltp1", ENOKEY, &key1},
/third_party/ltp/lib/
H A Derrnos.h159 #ifdef ENOKEY in tst_strerrno()
160 PAIR(ENOKEY) in tst_strerrno()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h128 #define ENOKEY 126 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h128 #define ENOKEY 126 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h128 #define ENOKEY 126 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h127 #define ENOKEY 126 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h128 #define ENOKEY 126 macro
/third_party/musl/arch/generic/bits/
H A Derrno.h127 #define ENOKEY 126 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h126 #define ENOKEY 161 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h126 #define ENOKEY 161 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h126 #define ENOKEY 161 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h127 #define ENOKEY 126 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h127 #define ENOKEY 126 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs128 pub const ENOKEY: u32 = 126; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs128 pub const ENOKEY: u32 = 126; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs128 pub const ENOKEY: u32 = 126; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs129 pub const ENOKEY: u32 = 161; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs128 pub const ENOKEY: u32 = 126; consts

Completed in 13 milliseconds

1234