Lines Matching refs:index_key
343 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key()
350 if (ctx->index_key.type->read) in construct_alloc_key()
352 if (ctx->index_key.type == &key_type_keyring || in construct_alloc_key()
353 ctx->index_key.type->update) in construct_alloc_key()
356 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
365 ret = __key_link_begin(dest_keyring, &ctx->index_key, &edit); in construct_alloc_key()
384 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
400 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
514 .index_key.type = type, in request_key_and_link()
515 .index_key.description = description, in request_key_and_link()
528 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()