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

1 2

  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl03.c 45 request_key("keyring", "foo", "bar", KEY_SPEC_THREAD_KEYRING);
keyctl07.c 40 * request_key() will result in the creation of a negative key provided
50 TEST(request_key("user", "description", "callout_info",
53 tst_brk(TBROK, "request_key() unexpectedly succeeded");
57 "request_key() failed with unexpected error");
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key01.c 23 * The testcase checks basic functionality of the request_key(2).
24 * request_key(2) asks the kernel to find a key which matches the
40 TEST(request_key("keyring", "ltp", NULL, KEY_REQKEY_DEFL_DEFAULT));
42 tst_res(TFAIL | TTERRNO, "request_key() failed");
49 tst_res(TPASS, "request_key() succeed");
request_key04.c 20 * for request_key() destination"), or CVE-2017-17807. This bug allowed adding
64 TEST(request_key("user", "desc", "callout_info", 0));
66 tst_brk(TBROK, "request_key() unexpectedly succeeded");
78 tst_res(TPASS, "request_key() failed with EACCES as expected");
81 "request_key() failed with unexpected error code");
request_key02.c 23 * 1) request_key(2) fails if no matching key was found.
24 * 2) request_key(2) fails if A revoked key was found.
25 * 3) request_key(2) fails if An expired key was found.
28 * 1) request_key(2) should return -1 and set errno to ENOKEY.
29 * 2) request_key(2) should return -1 and set errno to EKEYREVOKED.
30 * 3) request_key(2) should return -1 and set errno to EKEYEXPIRED.
56 TEST(request_key("keyring", tc->des, NULL, *tc->id));
58 tst_res(TFAIL, "request_key() succeed unexpectly");
63 tst_res(TPASS | TTERRNO, "request_key() failed expectly");
67 tst_res(TFAIL | TTERRNO, "request_key() failed unexpectly,
    [all...]
request_key03.c 28 * it with request_key() in another task. This reproduces both bugs:
31 * request_key() is still in the "uninstantiated" state. For the "encrypted" or
37 * For CVE-2017-15951, request_key() has to run while the key is "negatively
38 * instantiated" (from a prior request_key()) and is being concurrently changed
40 * a bit more difficult to reproduce, caused the task executing request_key() to
129 TEST(request_key(type, "desc", "callout_info",
142 * Verify that neither the add_key() nor the request_key() process
144 * CVE-2017-15299, while if the request_key() process crashed it is
174 tst_brk(TBROK, "request_key child %s", tst_strstatus(status));
  /external/ltp/include/lapi/
keyctl.h 45 static inline key_serial_t request_key(const char *type, function
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service.cc 252 string request_key = call->request.ShortDebugString();
253 cache_->LookupOrCompute(request_key, RPCResponse(&call->response),
283 string request_key = call->request.ShortDebugString();
284 cache_->LookupOrCompute(request_key, RPCResponse(&call->response),
  /external/strace/
sys_func.h 208 extern SYS_FUNC(request_key);
keyctl.c 68 SYS_FUNC(request_key)
  /external/strace/linux/32/
syscallent.h 226 [218] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/64/
syscallent.h 219 [218] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/avr32/
syscallent.h 265 [236] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/hppa/
syscallent.h 271 [265] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/ia64/
syscallent.h 278 [1272] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/x86_64/
syscallent.h 250 [249] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/xtensa/
syscallent.h 250 [257] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/arm/
syscallent.h 338 [310] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/i386/
syscallent.h 316 [287] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/m68k/
syscallent.h 309 [280] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/mips/
syscallent-n32.h 247 [6244] = { 4, 0, SEN(request_key), "request_key" },
syscallent-n64.h 243 [5240] = { 4, 0, SEN(request_key), "request_key" },
syscallent-o32.h 285 [4281] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/powerpc/
syscallent.h 300 [270] = { 4, 0, SEN(request_key), "request_key" },
  /external/strace/linux/powerpc64/
syscallent.h 295 [270] = { 4, 0, SEN(request_key), "request_key" },

Completed in 467 milliseconds

1 2