restrict_type    1025 security/keys/keyring.c 	struct key_type *restrict_type = NULL;
restrict_type    1038 security/keys/keyring.c 		restrict_type = key_type_lookup(type);
restrict_type    1040 security/keys/keyring.c 		if (IS_ERR(restrict_type))
restrict_type    1041 security/keys/keyring.c 			return PTR_ERR(restrict_type);
restrict_type    1043 security/keys/keyring.c 		if (!restrict_type->lookup_restriction) {
restrict_type    1048 security/keys/keyring.c 		restrict_link = restrict_type->lookup_restriction(restriction);
restrict_type    1075 security/keys/keyring.c 	if (restrict_type)
restrict_type    1076 security/keys/keyring.c 		key_type_put(restrict_type);