Lines Matching refs:index_key
367 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key()
374 if (ctx->index_key.type->read) in construct_alloc_key()
376 if (ctx->index_key.type == &key_type_keyring || in construct_alloc_key()
377 ctx->index_key.type->update) in construct_alloc_key()
380 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
389 ret = __key_link_begin(dest_keyring, &ctx->index_key, &edit); in construct_alloc_key()
408 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
424 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
467 if (ctx->index_key.type == &key_type_keyring) in construct_key_and_link()
546 .index_key.type = type, in request_key_and_link()
547 .index_key.description = description, in request_key_and_link()
560 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()