Lines Matching refs:index_key
379 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key()
386 if (ctx->index_key.type->read) in construct_alloc_key()
388 if (ctx->index_key.type == &key_type_keyring || in construct_alloc_key()
389 ctx->index_key.type->update) in construct_alloc_key()
392 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
401 ret = __key_link_lock(dest_keyring, &ctx->index_key); in construct_alloc_key()
404 ret = __key_link_begin(dest_keyring, &ctx->index_key, &edit); in construct_alloc_key()
425 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
441 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
457 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
486 if (ctx->index_key.type == &key_type_keyring) in construct_key_and_link()
568 .index_key.type = type, in request_key_and_link()
569 .index_key.domain_tag = domain_tag, in request_key_and_link()
570 .index_key.description = description, in request_key_and_link()
571 .index_key.desc_len = strlen(description), in request_key_and_link()
585 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()
771 .index_key.type = type, in request_key_rcu()
772 .index_key.domain_tag = domain_tag, in request_key_rcu()
773 .index_key.description = description, in request_key_rcu()
774 .index_key.desc_len = strlen(description), in request_key_rcu()