Searched refs:pkey_set (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/cose/ |
H A D | cose_key.c | 37 /**< single key created here if pkey_set is NULL */ 41 lws_dll2_owner_t *pkey_set; member 326 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key() 336 if (cps->pkey_set) in cb_cose_key() 337 lws_dll2_add_tail(&cps->ck->list, cps->pkey_set); in cb_cose_key() 341 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key() 416 if (!cps->pkey_set && in cb_cose_key() 423 if (cps->pkey_set && in cb_cose_key() 709 if (cps->pkey_set) { in cb_cose_key() 710 lws_cose_key_set_destroy(cps->pkey_set); in cb_cose_key() 908 lws_cose_key_import(lws_dll2_owner_t *pkey_set, lws_cose_key_import_callback cb, void *user, const uint8_t *in, size_t len) lws_cose_key_import() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | memory-protection-key.cc | 58 pkey_set_t pkey_set = nullptr; member 96 void* pkey_set_ptr = dlsym(RTLD_DEFAULT, "pkey_set"); in InitializeMemoryProtectionKeySupport() 103 pkey_set = reinterpret_cast<pkey_set_t>(pkey_set_ptr); in InitializeMemoryProtectionKeySupport() 208 // If a valid key was allocated, {pkey_set()} must also be available. in SetPermissionsForMemoryProtectionKey() 209 DCHECK_NOT_NULL(pkey_set); in SetPermissionsForMemoryProtectionKey() 211 CHECK_EQ(0 /* success */, pkey_set(key, permissions)); in SetPermissionsForMemoryProtectionKey()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-cose.h | 288 * \param pkey_set: NULL, or a pointer to an lws_dll2_owner_t for a cose_key set 296 * Creates a single lws_cose_key_t if \p pkey_set is NULL or if the incoming 298 * zero or more cose_key CBOR, and adds each to the \p pkey_set 303 lws_cose_key_import(lws_dll2_owner_t *pkey_set, lws_cose_key_import_callback cb,
|
Completed in 3 milliseconds