Lines Matching refs:specific_key
698 /* specific_key and expiry are ignored, since it must be encoded in payload */
702 const char *specific_key, const uint8_t *source,
729 const char *specific_key;
760 lwsl_cache("%s: %s %s\n", __func__, ctx->specific_key, tag);
762 if (strcmp(ctx->specific_key, tag)) {
778 ctx->specific_key, (const uint8_t *)buf,
800 if (ctx->l1->info.ops->write(ctx->l1, ctx->specific_key, NULL,
828 const char *specific_key, const void **pdata,
846 ctx.specific_key = specific_key;