Lines Matching refs:index_key

382 	       ctx->index_key.type->name, ctx->index_key.description);  in construct_alloc_key()
389 if (ctx->index_key.type->read) in construct_alloc_key()
391 if (ctx->index_key.type == &key_type_keyring || in construct_alloc_key()
392 ctx->index_key.type->update) in construct_alloc_key()
395 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
404 ret = __key_link_lock(dest_keyring, &key->index_key); in construct_alloc_key()
428 ret = __key_link_begin(dest_keyring, &key->index_key, &edit); in construct_alloc_key()
436 __key_link_end(dest_keyring, &key->index_key, edit); in construct_alloc_key()
449 ret = __key_link_begin(dest_keyring, &key->index_key, &edit); in construct_alloc_key()
455 __key_link_end(dest_keyring, &key->index_key, edit); in construct_alloc_key()
473 __key_link_end(dest_keyring, &key->index_key, edit); in construct_alloc_key()
502 if (ctx->index_key.type == &key_type_keyring) in construct_key_and_link()
584 .index_key.type = type, in request_key_and_link()
585 .index_key.domain_tag = domain_tag, in request_key_and_link()
586 .index_key.description = description, in request_key_and_link()
587 .index_key.desc_len = strlen(description), in request_key_and_link()
601 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()
787 .index_key.type = type, in request_key_rcu()
788 .index_key.domain_tag = domain_tag, in request_key_rcu()
789 .index_key.description = description, in request_key_rcu()
790 .index_key.desc_len = strlen(description), in request_key_rcu()